24fd1f2c3ed62fcc2173b02c24ae44f3d49e6282
[tpg/acess2.git] / Kernel / arch / m68k / mm_phys.c
1 /*
2  * Acess2 M68K port
3  * - By John Hodge (thePowersGang)
4  *
5  * arch/m68k/mm_phys.c
6  * - Stubbed physical memory management
7  */
8 #include <acess.h>
9
10 // === CODE ===
11 void MM_RefPhys(tPAddr Page)
12 {
13         // TODO: Refcount pages
14         Log_Warning("MMPhys", "TODO: Implement MM_RefPhys");
15 }
16
17 int MM_SetPageNode(tPAddr Page, void *Node)
18 {
19         Log_Warning("MMPhys", "TODO: Implement MM_SetPageNode");
20         return -1;
21 }
22

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