[rtems commit] bsps/aarch64: Add missing include
Sebastian Huber
sebh at rtems.org
Thu Jan 28 18:28:55 UTC 2021
Module: rtems
Branch: master
Commit: 44ae183090f3bc1a4ee281ff98525209b3fda7a7
Changeset: http://git.rtems.org/rtems/commit/?id=44ae183090f3bc1a4ee281ff98525209b3fda7a7
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Jan 28 19:27:12 2021 +0100
bsps/aarch64: Add missing include
Fixes:
bsps/shared/dev/irq/arm-gicv2.c:53:6: warning: no previous prototype for
'bsp_interrupt_dispatch' [-Wmissing-prototypes]
Close #4227.
---
bsps/aarch64/include/dev/irq/arm-gic-arch.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/bsps/aarch64/include/dev/irq/arm-gic-arch.h b/bsps/aarch64/include/dev/irq/arm-gic-arch.h
index c3332fa..0911320 100644
--- a/bsps/aarch64/include/dev/irq/arm-gic-arch.h
+++ b/bsps/aarch64/include/dev/irq/arm-gic-arch.h
@@ -38,6 +38,7 @@
#define _RTEMS_DEV_IRQ_ARM_GIC_AARCH64_H
#include <rtems/score/cpu.h>
+#include <rtems/score/cpu_irq.h>
#include <bsp/irq-generic.h>
More information about the vc
mailing list