libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
bpc.h File Reference

Board Power Control. More...

#include <libtransistor/types.h>
Include dependency graph for bpc.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Board Power Control.