vitasdk
Documentation of the vitasdk
uid_entryheap.h
Go to the documentation of this file.
1
6#ifndef _PSP2KERN_KERNEL_SYSMEM_UID_ENTRYHEAP_H_
7#define _PSP2KERN_KERNEL_SYSMEM_UID_ENTRYHEAP_H_
8
10#include <psp2kern/types.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16
18
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* _PSP2KERN_KERNEL_SYSMEM_UID_ENTRYHEAP_H_ */
SceInt32 ksceKernelUIDEntryHeapGetInfo(SceUID entryHeapId, void *pInfo)
int32_t SceInt32
Definition types.h:44
int SceUID
UIDs are used to describe many different kernel objects.
Definition types.h:90