In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
[coreboot.git] / src / include / cpu / amd / lxdef.h
index 16a22ba10f863ab0ef0298d984a81efe06d68718..6d0a78c847f4117fde63164086a7e8a8464e6af2 100644 (file)
 #define DELAY_UPPER_DISABLE_CLK135     (1 << 23)
 #define DELAY_LOWER_STATUS_MASK                0x7C0
 
-#if !defined(__ROMCC__)  && !defined(ASSEMBLY)
+#if !defined(__ROMCC__)  && !defined(__ASSEMBLER__)
 #if defined(__PRE_RAM__)
 void cpuRegInit(int debug_clock_disable, u8 dimm0, u8 dimm1, int terminated);
 void SystemPreInit(void);