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
13 extern "C" {
14 #endif
15 
16 typedef struct SceKernelOpenPsId {
17  char id[16];
20 
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif /* _PSP2_KERNEL_OPENPSID_H_ */
28 
VITASDK_BUILD_ASSERT_EQ(0x10, SceKernelOpenPsId)
int sceKernelGetOpenPsId(SceKernelOpenPsId *id)
Definition: openpsid.h:16