blob: be4e3989bd5f80e0b8e29fa7fdc4d25544aa444a [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
Stefan Reinauer08670622009-06-30 15:17:49 +00006#if CONFIG_HAVE_FALLBACK_BOOT == 1
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00007void set_boot_successful(void);
Eric Biederman8ca8d762003-04-22 19:02:15 +00008#else
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00009#define set_boot_successful()
Eric Biederman8ca8d762003-04-22 19:02:15 +000010#endif
11
Yinghai Lu13f1c2a2005-07-08 02:49:49 +000012void boot_successful(void);
13
Eric Biederman8ca8d762003-04-22 19:02:15 +000014#endif /* ASSEMBLY */
15
16#define RTC_BOOT_BYTE 48
17
18#endif /* PART_FALLBACK_BOOT_H */