- Initial checkin of the freebios2 tree
[coreboot.git] / src / include / part / fallback_boot.h
1 #ifndef PART_FALLBACK_BOOT_H
2 #define PART_FALLBACK_BOOT_H
3
4 #ifndef ASSEMBLY
5
6 #if HAVE_FALLBACK_BOOT
7 void boot_successful(void);
8 #else
9 #define boot_successful()
10 #endif
11
12 #endif /* ASSEMBLY */
13
14 #define RTC_BOOT_BYTE   48
15
16 #endif /* PART_FALLBACK_BOOT_H */