qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 28/67] 9pfs: add include directory headers


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 28/67] 9pfs: add include directory headers
Date: Thu, 3 May 2018 22:51:06 +0300

This way they are easier to find using standard rules.

Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 include/hw/9pfs/9p-proxy.h  | 1 +
 include/hw/9pfs/virtio-9p.h | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 include/hw/9pfs/9p-proxy.h
 create mode 100644 include/hw/9pfs/virtio-9p.h

diff --git a/include/hw/9pfs/9p-proxy.h b/include/hw/9pfs/9p-proxy.h
new file mode 100644
index 0000000..03d2df7
--- /dev/null
+++ b/include/hw/9pfs/9p-proxy.h
@@ -0,0 +1 @@
+#include_next "../hw/9pfs/9p-proxy.h"
diff --git a/include/hw/9pfs/virtio-9p.h b/include/hw/9pfs/virtio-9p.h
new file mode 100644
index 0000000..b6a1a5f
--- /dev/null
+++ b/include/hw/9pfs/virtio-9p.h
@@ -0,0 +1 @@
+#include_next "../hw/9pfs/virtio-9p.h"
-- 
MST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]