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
10#include <psp2kern/types.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16
17int ksceKernelGetFixedHeapInfoByPointer(void *pFixedHeap, void *pInfo);
18
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif /* _PSP2KERN_KERNEL_SYSMEM_FIXEDHEAP_H_ */
int ksceKernelGetFixedHeapInfoByPointer(void *pFixedHeap, void *pInfo)