Hore work to allow ARM builds
[tpg/acess2.git] / Kernel / arch / x86_64 / include / arch.h
index e43bd97..c2c622e 100644 (file)
@@ -101,5 +101,8 @@ extern int  CPU_HAS_LOCK(struct sShortSpinlock *Lock);
 extern void    SHORTLOCK(struct sShortSpinlock *Lock);
 extern void    SHORTREL(struct sShortSpinlock *Lock);
 
+extern void    Debug_PutCharDebug(char ch);
+extern void    Debug_PutStringDebug(const char *Str);
+
 #endif
 

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