In 2007 Adrian Reber suggested that we drop ASSEMBLY in favor of __ASSEMBLER__.
[coreboot.git] / src / include / fallback.h
1 #ifndef FALLBACK_H
2 #define FALLBACK_H
3
4 #if !defined(__ASSEMBLER__) && !defined(__PRE_RAM__)
5
6 void set_boot_successful(void);
7 void boot_successful(void);
8
9 #endif /* __ASSEMBLER__ */
10
11 #define RTC_BOOT_BYTE   48
12
13 #endif /* FALLBACK_H */