libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
bpc.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include<libtransistor/types.h>
13 
18 
23 
28 
32 void bpc_finalize();
33 
34 #ifdef __cplusplus
35 }
36 #endif
Various system types.
result_t bpc_reboot_system()
Reboot the system - should never return RESULT_OK.
uint32_t result_t
Function result.
Definition: types.h:51
result_t bpc_shutdown_system()
Shutdown the system - should never return RESULT_OK.
void bpc_finalize()
Finalize BPC.
result_t bpc_init()
Initialize BPC.