AcessNative - Fixing crashes
[tpg/acess2.git] / AcessNative / acesskernel_src / include / arch.h
index fdd23a8..b63d1bb 100644 (file)
@@ -9,6 +9,7 @@
 #undef CLONE_VM
 #define        _MODULE_NAME_   "NativeKernel"
 
+#define PAGE_SIZE      0x1000  // Assume, making an Ass out of u and me
 #define BITS   (sizeof(intptr_t)*8)
 
 typedef uint8_t        Uint8;
@@ -39,5 +40,8 @@ struct sShortSpinlock
 
 //#define      NUM_CFG_ENTRIES 10
 
+extern void    Debug_PutCharDebug(char ch);
+extern void    Debug_PutStringDebug(const char *str);
+
 #endif
 

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