]> git.ozlabs.org Git - petitboot/blob - discover/boot.h
discover: Add configuration methods
[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 discover_boot_option *opt, struct boot_command *cmd,
8                 int dry_run);
9
10 #endif /* _BOOT_H */