[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 52/67] target/arm: add include directory headers
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PATCH 52/67] target/arm: add include directory headers |
Date: |
Thu, 3 May 2018 22:51:32 +0300 |
This way they are easier to find using standard rules.
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
include/arm-powerctl.h | 1 +
include/target/arm/cpu.h | 1 +
include/target/arm/idau.h | 1 +
3 files changed, 3 insertions(+)
create mode 100644 include/arm-powerctl.h
create mode 100644 include/target/arm/cpu.h
create mode 100644 include/target/arm/idau.h
diff --git a/include/arm-powerctl.h b/include/arm-powerctl.h
new file mode 100644
index 0000000..77af740
--- /dev/null
+++ b/include/arm-powerctl.h
@@ -0,0 +1 @@
+#include_next "../target/arm/arm-powerctl.h"
diff --git a/include/target/arm/cpu.h b/include/target/arm/cpu.h
new file mode 100644
index 0000000..97b4615
--- /dev/null
+++ b/include/target/arm/cpu.h
@@ -0,0 +1 @@
+#include_next "../target/arm/cpu.h"
diff --git a/include/target/arm/idau.h b/include/target/arm/idau.h
new file mode 100644
index 0000000..06bce14
--- /dev/null
+++ b/include/target/arm/idau.h
@@ -0,0 +1 @@
+#include_next "../target/arm/idau.h"
--
MST
- [Qemu-devel] [PATCH 41/67] tcg-pool.inc.c: replace command line flags with preprocessor, (continued)
- [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
- [Qemu-devel] [PATCH 47/67] tcg-op: use include "tcg.h" consistently, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 50/67] hmp: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 45/67] tcg: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 52/67] target/arm: add include directory headers,
Michael S. Tsirkin <=
- [Qemu-devel] [PATCH 42/67] tcg: use include "tcg.h" consistently, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 46/67] cpu-qom: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 49/67] kvm_XXX: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 53/67] target/ppc: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 51/67] hyperv: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 55/67] amd_iommu: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 54/67] amd_iommu: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 58/67] target/riscv: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 56/67] tcg: use include "tcg-gvec-desc.h.h" consistently, Michael S. Tsirkin, 2018/05/03