blob: 1eb2f7bffc9be5aa96346757ea3d3ad4576efc1c [file] [log] [blame]
Eric Biederman8ca8d762003-04-22 19:02:15 +00001#ifndef PART_FALLBACK_BOOT_H
2#define PART_FALLBACK_BOOT_H
3
4#ifndef ASSEMBLY
5
6#if HAVE_FALLBACK_BOOT
7void 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 */