Updated Usermode FInfo structure to match the kernel's copy
[tpg/acess2.git] / Kernel / arch / arm7 / include / arch.h
index 528880b..d4f8156 100644 (file)
@@ -8,6 +8,7 @@
 // === CONSTANTS ===
 #define INVLPTR        ((void*)-1)
 #define BITS   32
+#define PAGE_SIZE      0x1000
 
 // === TYPES ===
 typedef unsigned int   Uint;
@@ -27,11 +28,14 @@ typedef char        BOOL;
 typedef Uint32 tVAddr;
 typedef Uint32 tPAddr;
 
-#include <lock.h>
+#include "lock.h"
 
 // --- Debug
 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