[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 33/67] hw/net: add include directory header
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PATCH 33/67] hw/net: add include directory header |
Date: |
Thu, 3 May 2018 22:51:11 +0300 |
This way it is easier to find using standard rules.
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
include/hw/net/pcnet.h | 1 +
1 file changed, 1 insertion(+)
create mode 100644 include/hw/net/pcnet.h
diff --git a/include/hw/net/pcnet.h b/include/hw/net/pcnet.h
new file mode 100644
index 0000000..cfb7f42
--- /dev/null
+++ b/include/hw/net/pcnet.h
@@ -0,0 +1 @@
+#include_next "../hw/net/pcnet.h"
--
MST
- Re: [Qemu-devel] [PATCH 16/67] migration: use local path for local headers, (continued)
[Qemu-devel] [PATCH 24/67] net: add include directory headers, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 22/67] ui: use local path for local headers, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 25/67] arch_init: sort architectures, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 28/67] 9pfs: add include directory headers, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 29/67] fsdev: add include directory headers, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 30/67] audio: add include directory header, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 35/67] hw/usb: add include directory header, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 33/67] hw/net: add include directory header,
Michael S. Tsirkin <=
[Qemu-devel] [PATCH 32/67] ui: add include directory header, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 36/67] migration: add include directory headers, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 37/67] tcg: add include directory headers, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 39/67] target: replace command line flags with preprocessor, Michael S. Tsirkin, 2018/05/03