libtransistor
A userland library for the Nintendo Switch
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
include
libtransistor
ipc
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
17
result_t
bpc_init
();
18
22
result_t
bpc_shutdown_system
();
23
27
result_t
bpc_reboot_system
();
28
32
void
bpc_finalize
();
33
34
#ifdef __cplusplus
35
}
36
#endif
types.h
Various system types.
bpc_reboot_system
result_t bpc_reboot_system()
Reboot the system - should never return RESULT_OK.
result_t
uint32_t result_t
Function result.
Definition:
types.h:51
bpc_shutdown_system
result_t bpc_shutdown_system()
Shutdown the system - should never return RESULT_OK.
bpc_finalize
void bpc_finalize()
Finalize BPC.
bpc_init
result_t bpc_init()
Initialize BPC.
Generated on Thu Oct 3 2019 01:41:37 for libtransistor by
1.8.6