diff options
Diffstat (limited to 'include/bl31/runtime_svc.h')
-rw-r--r-- | include/bl31/runtime_svc.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/bl31/runtime_svc.h b/include/bl31/runtime_svc.h index ac85fa3f..12b5db8b 100644 --- a/include/bl31/runtime_svc.h +++ b/include/bl31/runtime_svc.h @@ -30,8 +30,6 @@ #ifndef __RUNTIME_SVC_H__ #define __RUNTIME_SVC_H__ -#include <psci.h> -#include <cassert.h> /******************************************************************************* * Bit definitions inside the function id as per the SMC calling convention @@ -122,6 +120,10 @@ #ifndef __ASSEMBLY__ +#include <cassert.h> +#include <context.h> +#include <stdint.h> + /* Various flags passed to SMC handlers */ #define SMC_FROM_SECURE (0 << 0) #define SMC_FROM_NON_SECURE (1 << 0) |