diff options
Diffstat (limited to 'include/bl31/services/psci.h')
-rw-r--r-- | include/bl31/services/psci.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bl31/services/psci.h b/include/bl31/services/psci.h index ab7b7bdd0..570fe5b8a 100644 --- a/include/bl31/services/psci.h +++ b/include/bl31/services/psci.h @@ -31,6 +31,7 @@ #ifndef __PSCI_H__ #define __PSCI_H__ + /******************************************************************************* * Defines for runtime services func ids ******************************************************************************/ @@ -131,6 +132,10 @@ #define PSCI_NUM_AFFS 32ull #ifndef __ASSEMBLY__ + +#include <stdint.h> + + /******************************************************************************* * Structure populated by platform specific code to export routines which * perform common low level pm functions |