git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
65ab091b92b26f455a82a58bc8b3b97b712fda44
[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 Uint32 MM_AllocPhys();
10
extern void MM_RefPhys(Uint32 Addr);
11
extern void MM_DerefPhys(Uint32 Addr);
12
13
#endif
UCC
git Repository :: git.ucc.asn.au