vitasdk
Documentation of the vitasdk
nameheap.h
Go to the documentation of this file.
1 
6 #ifndef _PSP2KERN_KERNEL_SYSMEM_NAMEHEAP_H_
7 #define _PSP2KERN_KERNEL_SYSMEM_NAMEHEAP_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 ksceKernelNameHeapGetInfo(void *pInfo);
18 
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif /* _PSP2KERN_KERNEL_SYSMEM_NAMEHEAP_H_ */
int ksceKernelNameHeapGetInfo(void *pInfo)