2 Copyright © 2013, The AROS Development Team. All rights reserved.
8 #include "serialdebug.h"
9 #include "bootconsole.h"
11 void putBytes(const char *str
)
20 static char tmpbuf
[512];
22 void kprintf(const char *format
, ...)
28 vsnprintf(tmpbuf
, 511, format
, vp
);