Root/xbboot/target-common/serial.h

1//
2// Authors: Wolfgang Spraul <wolfgang@qi-hardware.com>
3//
4// This program is free software; you can redistribute it and/or
5// modify it under the terms of the GNU General Public License
6// as published by the Free Software Foundation; either version
7// 3 of the License, or (at your option) any later version.
8//
9
10#include "common-types.h"
11
12extern u32 UART_BASE;
13
14void serial_putc(char c);
15void serial_puts(const char *s);
16void serial_put_hex(unsigned int v);
17int serial_getc();
18int serial_tstc();
19

Archive Download this file



interactive