repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
include
/
fallback.h
blob
dda2c305ed57ca96844aaa06e222388fa32d1866
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef FALLBACK_H
4
#define FALLBACK_H
5
6
void
boot_successful
(
void
);
7
void
set_boot_successful
(
void
);
8
int
do_normal_boot
(
void
);
9
10
#endif
/* FALLBACK_H */