summaryrefslogtreecommitdiff
path: root/include/services/spm_svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/services/spm_svc.h')
-rw-r--r--include/services/spm_svc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/services/spm_svc.h b/include/services/spm_svc.h
index 57912e88..a3723a0f 100644
--- a/include/services/spm_svc.h
+++ b/include/services/spm_svc.h
@@ -63,7 +63,7 @@
#endif /* SPM_MM */
-#ifndef __ASSEMBLY__
+#ifndef __ASSEMBLER__
#include <stdint.h>
@@ -85,6 +85,6 @@ uint64_t spm_sp_call(uint32_t smc_fid, uint64_t x1, uint64_t x2, uint64_t x3);
#endif /* SPM_MM */
-#endif /* __ASSEMBLY__ */
+#endif /* __ASSEMBLER__ */
#endif /* SPM_SVC_H */