Sorting source tree a bit
[tpg/acess2.git] / KernelLand / Kernel / arch / m68k / debug.c
1 /*
2  * Acess2 M68K port
3  * - By John Hodge (thePowersGang)
4  *
5  * arch/m68k/debug.c
6  * - Debugging output
7  */
8 #include <acess.h>
9
10 // === PROTOTYPES ===
11 void    StartupPrint(const char *Str);
12 void    KernelPanic_SetMode(void);
13 void    KernelPanic_PutChar(char ch);
14
15 // === CODE ===
16 void StartupPrint(const char *Str)
17 {
18 }
19
20 void KernelPanic_SetMode(void)
21 {
22 }
23
24 void KernelPanic_PutChar(char ch)
25 {
26 }
27

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