blob: 740f130dc290084e63cff4d90011cf0e9fc0fc33 [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);
7
Stefan Reinauer61aee5f2011-04-10 04:15:23 +00008#endif /* __ASSEMBLER__ */
Eric Biederman8ca8d762003-04-22 19:02:15 +00009
10#define RTC_BOOT_BYTE 48
11
Stefan Reinauerde3206a2010-02-22 06:09:43 +000012#endif /* FALLBACK_H */