soc/intel/skylake: Correct address of I2C5 Device
[coreboot.git] / src / include / fallback.h
blob740f130dc290084e63cff4d90011cf0e9fc0fc33
1 #ifndef FALLBACK_H
2 #define FALLBACK_H
4 #if !defined(__ASSEMBLER__)
6 void boot_successful(void);
8 #endif /* __ASSEMBLER__ */
10 #define RTC_BOOT_BYTE 48
12 #endif /* FALLBACK_H */