Port the SB128 code to AROS.
[AROS.git] / rom / kernel / kernel_debug.c
blob269a34f58ddd958da21793756ed13ca781205570
1 #include <aros/kernel.h>
3 #include <kernel_base.h>
4 #include <kernel_debug.h>
6 /*
7 * KernelBase is an optional parameter here. During
8 * very early startup it can be NULL.
9 */
11 int krnPutC(int chr, struct KernelBase *KernelBase)
13 /* The implementation is architecture-specific */
14 return 1;