diff options
Diffstat (limited to 'include/services/spm_svc.h')
-rw-r--r-- | include/services/spm_svc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/services/spm_svc.h b/include/services/spm_svc.h index a3723a0f5..c8dbe5d55 100644 --- a/include/services/spm_svc.h +++ b/include/services/spm_svc.h @@ -7,8 +7,6 @@ #ifndef SPM_SVC_H #define SPM_SVC_H -#if SPM_MM - #include <lib/utils_def.h> #define SPM_VERSION_MAJOR U(0) @@ -61,16 +59,12 @@ #define SPM_DENIED -3 #define SPM_NO_MEMORY -5 -#endif /* SPM_MM */ - #ifndef __ASSEMBLER__ #include <stdint.h> int32_t spm_setup(void); -#if SPM_MM - uint64_t spm_smc_handler(uint32_t smc_fid, uint64_t x1, uint64_t x2, @@ -83,8 +77,6 @@ uint64_t spm_smc_handler(uint32_t smc_fid, /* Helper to enter a Secure Partition */ uint64_t spm_sp_call(uint32_t smc_fid, uint64_t x1, uint64_t x2, uint64_t x3); -#endif /* SPM_MM */ - #endif /* __ASSEMBLER__ */ #endif /* SPM_SVC_H */ |