Last change
on this file since e16e8f2 was
e16e8f2,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
bootstuff
|
-
Property mode set to
100644
|
File size:
261 bytes
|
Line | |
---|
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 */ |
---|
Note: See
TracBrowser
for help on using the repository browser.