Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / arch / arm-raspi / boot / include / serialdebug.h
blob6f76ba365dd5fae0ed942d67ac5d421be630e8ad
1 /*
2 Copyright © 2013, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef SERIALDEBUG_H_
7 #define SERIALDEBUG_H_
9 #include <inttypes.h>
11 extern void serInit();
12 //void waitBusy();
13 extern void waitSerIN();
14 extern void waitSerOUT();
15 extern void putByte(uint8_t chr);
17 #endif /* SERIALDEBUG_H_ */