aboutsummaryrefslogtreecommitdiff
path: root/include/hw
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2019-02-01 14:55:42 +0000
committerPeter Maydell <peter.maydell@linaro.org>2019-02-01 14:55:42 +0000
commit6eee5d241a87615a31d46bb043101eceeaa4a799 (patch)
treeb0030666993d1a2232927d5393ee72a8fdd63232 /include/hw
parent13628891b397386a10a8e3288f31d6ee6ab0bfc3 (diff)
downloadqemu-6eee5d241a87615a31d46bb043101eceeaa4a799.zip
qemu-6eee5d241a87615a31d46bb043101eceeaa4a799.tar.gz
qemu-6eee5d241a87615a31d46bb043101eceeaa4a799.tar.bz2
hw/arm/iotkit: Rename files to hw/arm/armsse.[ch]
Rename the files that used to be iotkit.[ch] to armsse.[ch] to reflect the fact they new cover multiple Arm subsystems for embedded. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190121185118.18550-8-peter.maydell@linaro.org
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/arm/armsse.h (renamed from include/hw/arm/iotkit.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hw/arm/iotkit.h b/include/hw/arm/armsse.h
index 521d1f7..ff51205 100644
--- a/include/hw/arm/iotkit.h
+++ b/include/hw/arm/armsse.h
@@ -58,8 +58,8 @@
* + named GPIO outputs mscexp_ns[0..15]
*/
-#ifndef IOTKIT_H
-#define IOTKIT_H
+#ifndef ARMSSE_H
+#define ARMSSE_H
#include "hw/sysbus.h"
#include "hw/arm/armv7m.h"