http://git.etherboot.org
/
people
/
mdeck
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[Serial] Split serial console from serial driver
[people/mdeck/gpxe.git]
/
src
/
include
/
gpxe
/
serial.h
1
#ifndef _GPXE_SERIAL_H
2
#define _GPXE_SERIAL_H
3
4
/** @file
5
*
6
* Serial driver functions
7
*
8
*/
9
10
extern void serial_putc ( int ch );
11
extern int serial_getc ( void );
12
extern int serial_ischar ( void );
13
14
#endif /* _GPXE_SERIAL_H */