[Qemu-devel] [PATCH 24/67] net: add include directory headers

Michael S. Tsirkin posted 67 patches 7 years, 5 months ago
[Qemu-devel] [PATCH 24/67] net: add include directory headers
Posted by Michael S. Tsirkin 7 years, 5 months ago
This way they are easier to find using standard rules.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 include/net/hub.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 include/net/hub.h

diff --git a/include/net/hub.h b/include/net/hub.h
new file mode 100644
index 0000000..de8dfff
--- /dev/null
+++ b/include/net/hub.h
@@ -0,0 +1 @@
+#include_next "../net/hub.h"
-- 
MST