summaryrefslogtreecommitdiff
path: root/bsps/arm/include/bsp/arm-a9mpcore-start.h
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-08-27 22:13:47 -0500
committerJoel Sherrill <joel@rtems.org>2020-10-05 16:11:39 -0500
commitf8ad5bb2a442b73536cc3cecfb65a2fc796bec70 (patch)
tree9f45b2a0b6d254772c94caa75854296d2501a770 /bsps/arm/include/bsp/arm-a9mpcore-start.h
parent1480c3f5e8a7c376cde4eff5699d76672d3d901f (diff)
bsps: Break out AArch32 GICv3 support
This breaks out AArch32-specific code so that the shared GICv3 code can be reused by other architectures.
Diffstat (limited to 'bsps/arm/include/bsp/arm-a9mpcore-start.h')
-rw-r--r--bsps/arm/include/bsp/arm-a9mpcore-start.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/include/bsp/arm-a9mpcore-start.h b/bsps/arm/include/bsp/arm-a9mpcore-start.h
index 8423e64e9d..a03bc8fb33 100644
--- a/bsps/arm/include/bsp/arm-a9mpcore-start.h
+++ b/bsps/arm/include/bsp/arm-a9mpcore-start.h
@@ -31,7 +31,7 @@
#include <bsp/start.h>
#include <bsp/arm-a9mpcore-regs.h>
#include <bsp/arm-errata.h>
-#include <bsp/arm-gic-irq.h>
+#include <dev/irq/arm-gic-irq.h>
#ifdef __cplusplus
extern "C" {