Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / arch / x86 / include / mm_phys.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 tPAddr MM_AllocPhys(void);
10 //extern tPAddr MM_AllocPhysRange(int Pages, int MaxBits);
11 //extern void   MM_RefPhys(tPAddr PAddr);
12 //extern void   MM_DerefPhys(tPAddr PAddr);
13 //extern int    MM_GetRefCount(tPAddr Addr);
14
15 #endif

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