repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
device/azalia_device.c: Add option to lock down GCAP
[coreboot.git]
/
src
/
include
/
fallback.h
blob
1cf183ff77dda7d0eeb8d75fc5c286f1db55c10b
1
#ifndef FALLBACK_H
2
#define FALLBACK_H
3
4
void
boot_successful
(
void
);
5
void
set_boot_successful
(
void
);
6
int
do_normal_boot
(
void
);
7
8
#endif
/* FALLBACK_H */