8b7508cada93e9475a71a0bedae66486cc1b64a5
[tpg/acess2.git] / Kernel / arch / x86 / include / mm_virt.h
1 /*
2  * AcessOS Microkernel Version
3  * mm_phys.h
4  */
5 #ifndef _MM_PHYS_H
6 #define _MM_PHYS_H
7
8 // === FUNCTIONS ===
9 extern void     MM_SetCR3(Uint32 CR3);
10 extern tPAddr   MM_Allocate(Uint VAddr);
11 extern void     MM_Deallocate(Uint VAddr);
12 extern int      MM_Map(Uint VAddr, tPAddr PAddr);
13 extern Uint     MM_Clone();
14 extern Uint     MM_NewKStack();
15
16 #endif

UCC git Repository :: git.ucc.asn.au