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
9
#include <
vitasdk/build_utils.h
>
10
#include <
psp2kern/types.h
>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
17
SceInt32
ksceKernelUIDEntryHeapGetInfo
(
SceUID
entryHeapId,
void
*pInfo);
18
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
/* _PSP2KERN_KERNEL_SYSMEM_UID_ENTRYHEAP_H_ */
build_utils.h
ksceKernelUIDEntryHeapGetInfo
SceInt32 ksceKernelUIDEntryHeapGetInfo(SceUID entryHeapId, void *pInfo)
SceInt32
int32_t SceInt32
Definition:
types.h:44
SceUID
int SceUID
UIDs are used to describe many different kernel objects.
Definition:
types.h:90
types.h
include
psp2kern
kernel
sysmem
uid_entryheap.h
Vita SDK