mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-05 17:14:22 -04:00
fusee: do PMC reboots, not CAR reboots.
This commit is contained in:
parent
be5b58d033
commit
33b7e227d4
4 changed files with 2 additions and 22 deletions
|
@ -122,7 +122,6 @@ 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);
|
||||
__attribute__((noreturn)) void car_reboot(void);
|
||||
__attribute__((noreturn)) void wait_for_button_and_reboot(void);
|
||||
void wait_for_button(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue