Sorting source tree a bit
[tpg/acess2.git] / Kernel / arch / m68k / debug.c
diff --git a/Kernel/arch/m68k/debug.c b/Kernel/arch/m68k/debug.c
deleted file mode 100644 (file)
index 8c7de3b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * Acess2 M68K port
- * - By John Hodge (thePowersGang)
- *
- * arch/m68k/debug.c
- * - Debugging output
- */
-#include <acess.h>
-
-// === PROTOTYPES ===
-void   StartupPrint(const char *Str);
-void   KernelPanic_SetMode(void);
-void   KernelPanic_PutChar(char ch);
-
-// === CODE ===
-void StartupPrint(const char *Str)
-{
-}
-
-void KernelPanic_SetMode(void)
-{
-}
-
-void KernelPanic_PutChar(char ch)
-{
-}
-

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