Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Kernel / arch / m68k / main.c
diff --git a/Kernel/arch/m68k/main.c b/Kernel/arch/m68k/main.c
deleted file mode 100644 (file)
index 3a270ad..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Acess2 M68K port
- * - By John Hodge (thePowersGang)
- *
- * arch/m68k/main.c
- * - C entrypoint
- */
-#include <acess.h>
-#include <init.h>
-
-// === PROTOTYPES ===
-void   kmain(void);
-
-// === CODE ===
-void kmain(void)
-{
-       
-}
-
-void Arch_LoadBootModules(void)
-{
-       
-}
-

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