diff options
Diffstat (limited to 'plat/fvp/plat_pm.c')
-rw-r--r-- | plat/fvp/plat_pm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/fvp/plat_pm.c b/plat/fvp/plat_pm.c index c47cdb0fc..ad4ce7939 100644 --- a/plat/fvp/plat_pm.c +++ b/plat/fvp/plat_pm.c @@ -34,8 +34,11 @@ #include <cci400.h> #include <mmio.h> #include <platform.h> +#include <platform_def.h> #include <psci.h> #include "drivers/pwrc/fvp_pwrc.h" +#include "fvp_def.h" +#include "fvp_private.h" /******************************************************************************* * FVP handler called when an affinity instance is about to enter standby. |