vitasdk
Documentation of the vitasdk
openpsid.h
Go to the documentation of this file.
1
7#ifndef _PSP2_KERNEL_OPENPSID_H_
8#define _PSP2_KERNEL_OPENPSID_H_
9
10#include <vitasdk/build_utils.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16typedef struct SceKernelOpenPsId {
17 char id[16];
20
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif /* _PSP2_KERNEL_OPENPSID_H_ */
28
#define VITASDK_BUILD_ASSERT_EQ(__size__, __name__)
Definition build_utils.h:13
int sceKernelGetOpenPsId(SceKernelOpenPsId *id)
Definition openpsid.h:16