summaryrefslogtreecommitdiffstats
path: root/src/include/fallback.h
blob: 1cf183ff77dda7d0eeb8d75fc5c286f1db55c10b (plain)
1
2
3
4
5
6
7
8
#ifndef FALLBACK_H
#define FALLBACK_H

void boot_successful(void);
void set_boot_successful(void);
int do_normal_boot(void);

#endif /* FALLBACK_H */