repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git]
/
src
/
include
/
gpxe
/
serial.h
blob
a72ca7e817691918425d25322bce97869e531235
1
#ifndef _GPXE_SERIAL_H
2
#define _GPXE_SERIAL_H
3
4
/** @file
5
*
6
* Serial driver functions
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER
);
11
12
extern
void
serial_putc
(
int
ch
);
13
extern
int
serial_getc
(
void
);
14
extern
int
serial_ischar
(
void
);
15
16
#endif
/* _GPXE_SERIAL_H */