blob: 3a7225e113bf2ea706f0e9dfee1a4c1f61ac1b62 [file] [log] [blame]
Stefan Reinauerde3206a2010-02-22 06:09:43 +00001#ifndef FALLBACK_H
2#define FALLBACK_H
Eric Biederman8ca8d762003-04-22 19:02:15 +00003
Aaron Durbin899d13d2015-05-15 23:39:23 -05004#if !defined(__ASSEMBLER__)
Eric Biederman8ca8d762003-04-22 19:02:15 +00005
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00006void boot_successful(void);
Kyösti Mälkki7ce1a752016-12-11 12:56:37 +02007void set_boot_successful(void);
Yinghai Lu13f1c2a2005-07-08 02:49:49 +00008
Stefan Reinauer61aee5f2011-04-10 04:15:23 +00009#endif /* __ASSEMBLER__ */
Eric Biederman8ca8d762003-04-22 19:02:15 +000010
11#define RTC_BOOT_BYTE 48
12
Stefan Reinauerde3206a2010-02-22 06:09:43 +000013#endif /* FALLBACK_H */