sept: prepare for reboot immediately

This commit is contained in:
Michael Scire
2019-02-21 08:23:33 -08:00
parent 61b057c37d
commit b63061a505
3 changed files with 12 additions and 3 deletions

View File

@@ -121,6 +121,7 @@ void hexdump(const void* data, size_t size, uintptr_t addrbase);
__attribute__((noreturn)) void watchdog_reboot(void);
__attribute__((noreturn)) void pmc_reboot(uint32_t scratch0);
void prepare_for_reboot_to_self(void);
__attribute__((noreturn)) void reboot_to_self(void);
__attribute__((noreturn)) void wait_for_button_and_reboot(void);