Syscalls - Work on removing SysDebug (formatted), replacement takes just a string
[tpg/acess2.git] / KernelLand / Kernel / include / syscalls.h
index 0ad4413..9c68195 100644 (file)
@@ -78,8 +78,9 @@
 #define SYS_UNMARSHALFD        94      // Accept a marshaled FD
 
 #define NUM_SYSCALLS   95
-#define SYS_DEBUG      0x100
-#define SYS_DEBUGHEX   0x101
+#define SYS_DEBUGS     0x100
+#define SYS_DEBUGF     0x101
+#define SYS_DEBUGHEX   0x102
 
 #if !defined(__ASSEMBLER__) && !defined(NO_SYSCALL_STRS)
 static const char *cSYSCALL_NAMES[] = {

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