2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
8 #include <aros/kernel.h>
10 #include <kernel_base.h>
11 #include <kernel_debug.h>
14 * Character output function. All debug output ends up there.
15 * This function needs to be implemented for every supported architecture.
16 * KernelBase is an optional parameter here. During
17 * very early startup it can be NULL.
20 int krnPutC(int chr
, struct KernelBase
*KernelBase
)
22 /* The implementation is architecture-specific */