bsps: Break out AArch32 GICv3 support

This breaks out AArch32-specific code so that the shared GICv3 code can
be reused by other architectures.
This commit is contained in:
Kinsey Moore
2020-08-27 22:13:47 -05:00
committed by Joel Sherrill
parent 1480c3f5e8
commit f8ad5bb2a4
23 changed files with 183 additions and 73 deletions

View File

@@ -20,7 +20,7 @@
#include <rtems/irq.h>
#include <rtems/irq-extension.h>
#include <bsp/arm-gic-irq.h>
#include <dev/irq/arm-gic-irq.h>
#ifdef __cplusplus
extern "C" {