Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
[project/bcm63xx/atf.git] / services / spd / tspd / tspd_private.h
index 50f3b875e58c30f5bcb2f335c4e3ad522cc019e1..a81eb212ed21d8424c08b178ae6544558d4e4933 100644 (file)
 #define TSPD_SP_CTX_SIZE       0x90
 #define TSPD_SP_CTX_ENTRIES            (TSPD_SP_CTX_SIZE >> DWORD_SHIFT)
 
-#ifndef __ASSEMBLY__
+#ifndef __ASSEMBLER__
 
 #include <stdint.h>
 
@@ -227,6 +227,6 @@ uint64_t tspd_handle_sp_preemption(void *handle);
 
 extern tsp_context_t tspd_sp_context[TSPD_CORE_COUNT];
 extern tsp_vectors_t *tsp_vectors;
-#endif /*__ASSEMBLY__*/
+#endif /*__ASSEMBLER__*/
 
 #endif /* TSPD_PRIVATE_H */