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];
18
}
SceKernelOpenPsId
;
19
VITASDK_BUILD_ASSERT_EQ
(0x10,
SceKernelOpenPsId
);
20
21
int
sceKernelGetOpenPsId
(
SceKernelOpenPsId
*
id
);
22
23
#ifdef __cplusplus
24
}
25
#endif
26
27
#endif
/* _PSP2_KERNEL_OPENPSID_H_ */
28
build_utils.h
VITASDK_BUILD_ASSERT_EQ
VITASDK_BUILD_ASSERT_EQ(0x10, SceKernelOpenPsId)
sceKernelGetOpenPsId
int sceKernelGetOpenPsId(SceKernelOpenPsId *id)
SceKernelOpenPsId
Definition:
openpsid.h:16
include
psp2
kernel
openpsid.h
Vita SDK