vitasdk
Documentation of the vitasdk
fixedheap.h
Go to the documentation of this file.
1
6
#ifndef _PSP2KERN_KERNEL_SYSMEM_FIXEDHEAP_H_
7
#define _PSP2KERN_KERNEL_SYSMEM_FIXEDHEAP_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
int
ksceKernelGetFixedHeapInfoByPointer
(
void
*pFixedHeap,
void
*pInfo);
18
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
/* _PSP2KERN_KERNEL_SYSMEM_FIXEDHEAP_H_ */
build_utils.h
ksceKernelGetFixedHeapInfoByPointer
int ksceKernelGetFixedHeapInfoByPointer(void *pFixedHeap, void *pInfo)
types.h
include
psp2kern
kernel
sysmem
fixedheap.h
Vita SDK