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
13extern "C" {
14#endif
15
16
18
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* _PSP2_FIOS2KERNEL02_H_ */
int sceFiosKernelOverlayAddForProcess02(SceUID pid, SceFiosOverlay *overlay, SceFiosOverlayID *outID)
int32_t SceFiosOverlayID
Definition fios2.h:20
Definition fios2.h:39
SceUID pid
Definition debug.h:1
int SceUID
UIDs are used to describe many different kernel objects.
Definition types.h:90