b639452bac1f1a5df29b75e96c346ea1861e9900
[coreboot.git] / src / include / fallback.h
1 #ifndef FALLBACK_H
2 #define FALLBACK_H
3
4 #if !defined(ASSEMBLY) && !defined(__PRE_RAM__)
5
6 void set_boot_successful(void);
7 void boot_successful(void);
8
9 #endif /* ASSEMBLY */
10
11 #define RTC_BOOT_BYTE   48
12
13 #endif /* FALLBACK_H */