vitasdk
Documentation of the vitasdk
pm_mgr.h
Go to the documentation of this file.
1
6
#ifndef _PSP2KERN_KERNEL_PM_MGR_H_
7
#define _PSP2KERN_KERNEL_PM_MGR_H_
8
9
#include <
vitasdk/build_utils.h
>
10
#include <
psp2kern/types.h
>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
typedef
char
SceProductMode
;
17
VITASDK_BUILD_ASSERT_EQ
(1,
SceProductMode
);
18
19
int
kscePmMgrGetProductMode
(
SceProductMode
*result);
20
21
int
kscePmMgrIsExternalBootMode
(
void
);
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
/* _PSP2KERN_KERNEL_PM_MGR_H_ */
build_utils.h
VITASDK_BUILD_ASSERT_EQ
#define VITASDK_BUILD_ASSERT_EQ(__size__, __name__)
Definition
build_utils.h:13
SceProductMode
char SceProductMode
Definition
pm_mgr.h:16
kscePmMgrIsExternalBootMode
int kscePmMgrIsExternalBootMode(void)
kscePmMgrGetProductMode
int kscePmMgrGetProductMode(SceProductMode *result)
types.h
include
psp2kern
kernel
pm_mgr.h
Vita SDK