projects
/
petitboot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
discover: Implement device handler boot path
[petitboot]
/
discover
/
boot.h
1
#ifndef _BOOT_H
2
#define _BOOT_H
3
4
struct boot_option;
5
struct boot_command;
6
7
int boot(void *ctx, struct boot_option *opt, struct boot_command *cmd,
8
int dry_run);
9
10
#endif /* _BOOT_H */