vitasdk
Documentation of the vitasdk
mmu.h
Go to the documentation of this file.
1
7#ifndef _PSP2KERN_KERNEL_CPU_MMU_H_
8#define _PSP2KERN_KERNEL_CPU_MMU_H_
9
10#include <vitasdk/build_utils.h>
11#include <psp2kern/types.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17
19
21int ksceKernelMMUVAtoPAWithMode(int mode, void *va, SceUIntPtr *pa);
22
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif /* _PSP2KERN_KERNEL_CPU_MMU_H_ */
int ksceKernelMMUGetMemoryType(void *vaddr)
int ksceKernelMMUVAtoPA(void *va, SceUIntPtr *pa)
int ksceKernelMMUVAtoPAWithMode(int mode, void *va, SceUIntPtr *pa)
unsigned int SceUIntPtr
Definition types.h:84