2010-02-22 07:09:43 +01:00
|
|
|
#ifndef FALLBACK_H
|
|
|
|
#define FALLBACK_H
|
2003-04-22 21:02:15 +02:00
|
|
|
|
2010-03-29 23:50:53 +02:00
|
|
|
#if !defined(ASSEMBLY) && !defined(__PRE_RAM__)
|
2003-04-22 21:02:15 +02:00
|
|
|
|
2005-07-08 04:49:49 +02:00
|
|
|
void set_boot_successful(void);
|
|
|
|
void boot_successful(void);
|
|
|
|
|
2003-04-22 21:02:15 +02:00
|
|
|
#endif /* ASSEMBLY */
|
|
|
|
|
|
|
|
#define RTC_BOOT_BYTE 48
|
|
|
|
|
2010-02-22 07:09:43 +01:00
|
|
|
#endif /* FALLBACK_H */
|