libtransistor
A userland library for the Nintendo Switch
|
Board Power Control. More...
#include <libtransistor/types.h>
Go to the source code of this file.
Functions | |
result_t | bpc_init () |
Initialize BPC. | |
result_t | bpc_shutdown_system () |
Shutdown the system - should never return RESULT_OK. | |
result_t | bpc_reboot_system () |
Reboot the system - should never return RESULT_OK. | |
void | bpc_finalize () |
Finalize BPC. | |
Board Power Control.