Kernel/drvutil - Added 24bpp support
[tpg/acess2.git] / Kernel / arch / x86_64 / include / arch.h
index a0b3ba9..bde7abd 100644 (file)
@@ -6,6 +6,7 @@
 #define _ARCH_H_
 
 //#include <stdint.h>
+#define        USER_MAX        0x00007FFF##FFFFF000
 #define KERNEL_BASE    0xFFFFFFFF##80000000
 #define BITS   64
 #define PAGE_SIZE      0x1000
@@ -101,5 +102,8 @@ extern void SHORTREL(struct sShortSpinlock *Lock);
 extern void    Debug_PutCharDebug(char ch);
 extern void    Debug_PutStringDebug(const char *Str);
 
+// TODO: Move this to acess.h
+extern tPAddr  MM_AllocateZero(tVAddr VAddr);
+
 #endif
 

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