vitasdk
Documentation of the vitasdk
fios2kernel02.h
Go to the documentation of this file.
1
6
#ifndef _PSP2_FIOS2KERNEL02_H_
7
#define _PSP2_FIOS2KERNEL02_H_
8
9
#include <
psp2/types.h
>
10
#include <
psp2common/fios2.h
>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
17
int
sceFiosKernelOverlayAddForProcess02
(
SceUID
pid
,
SceFiosOverlay
*overlay,
SceFiosOverlayID
*outID);
18
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
/* _PSP2_FIOS2KERNEL02_H_ */
sceFiosKernelOverlayAddForProcess02
int sceFiosKernelOverlayAddForProcess02(SceUID pid, SceFiosOverlay *overlay, SceFiosOverlayID *outID)
SceFiosOverlayID
int32_t SceFiosOverlayID
Definition:
fios2.h:20
SceFiosOverlay
Definition:
fios2.h:39
pid
SceUID pid
Definition:
debug.h:1
SceUID
int SceUID
UIDs are used to describe many different kernel objects.
Definition:
types.h:90
types.h
fios2.h
include
psp2
fios2kernel02.h
Vita SDK