Kernel/arm7 - Working on ARM7 port
[tpg/acess2.git] / Kernel / arch / arm7 / include / arch.h
index 3dccc09..d4f8156 100644 (file)
@@ -8,6 +8,7 @@
 // === CONSTANTS ===
 #define INVLPTR        ((void*)-1)
 #define BITS   32
+#define PAGE_SIZE      0x1000
 
 // === TYPES ===
 typedef unsigned int   Uint;
@@ -33,5 +34,8 @@ typedef Uint32        tPAddr;
 extern void    Debug_PutCharDebug(char Ch);
 extern void    Debug_PutStringDebug(const char *String);
 
+// This should be elsewhere, but CBF
+extern void    MM_SetupPhys(void);
+extern int     MM_InitialiseVirtual(void);
 
 #endif

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