diff options
Diffstat (limited to 'plat/fvp/plat_gic.c')
-rw-r--r-- | plat/fvp/plat_gic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/fvp/plat_gic.c b/plat/fvp/plat_gic.c index 7dec404f8..6b29723bb 100644 --- a/plat/fvp/plat_gic.c +++ b/plat/fvp/plat_gic.c @@ -37,6 +37,8 @@ #include <interrupt_mgmt.h> #include <platform.h> #include <stdint.h> +#include "fvp_def.h" +#include "fvp_private.h" /******************************************************************************* * This function does some minimal GICv3 configuration. The Firmware itself does |