warmboot: add fuse bypass init

This commit is contained in:
Michael Scire
2018-12-17 13:58:28 -08:00
parent 5f905c6b42
commit a94bee71d2
8 changed files with 250 additions and 3 deletions

View File

@@ -30,6 +30,6 @@ typedef struct {
void lp0_entry_main(warmboot_metadata_t *meta);
void reboot(void);
void __attribute__((noreturn)) reboot(void);
#endif