[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 34/67] hw/ppc: add include directory headers
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PATCH 34/67] hw/ppc: add include directory headers |
Date: |
Thu, 3 May 2018 22:51:12 +0300 |
This way they are easier to find using standard rules.
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
include/hw/ppc/e500-ccsr.h | 1 +
include/hw/ppc/mac.h | 1 +
2 files changed, 2 insertions(+)
create mode 100644 include/hw/ppc/e500-ccsr.h
create mode 100644 include/hw/ppc/mac.h
diff --git a/include/hw/ppc/e500-ccsr.h b/include/hw/ppc/e500-ccsr.h
new file mode 100644
index 0000000..08e4ba2
--- /dev/null
+++ b/include/hw/ppc/e500-ccsr.h
@@ -0,0 +1 @@
+#include_next "../hw/ppc/e500-ccsr.h"
diff --git a/include/hw/ppc/mac.h b/include/hw/ppc/mac.h
new file mode 100644
index 0000000..e0f0b67
--- /dev/null
+++ b/include/hw/ppc/mac.h
@@ -0,0 +1 @@
+#include_next "../hw/ppc/mac.h"
--
MST
- Re: [Qemu-devel] [PATCH 36/67] migration: add include directory headers, (continued)
[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
[Qemu-devel] [PATCH 38/67] helper: replace command line flags with preprocessor, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 34/67] hw/ppc: add include directory headers,
Michael S. Tsirkin <=
[Qemu-devel] [PATCH 41/67] tcg-pool.inc.c: replace command line flags with preprocessor, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 40/67] trace: add include directory headers, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 43/67] translate-all: add include directory header, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 44/67] tcg-ldst.inc.c: replace command line flags with preprocessor, Michael S. Tsirkin, 2018/05/03
[Qemu-devel] [PATCH 48/67] virtio-pci: add include directory header, Michael S. Tsirkin, 2018/05/03