source:
bootcd/isolinux/syslinux-6.03/com32/gdbstub/serial.h
@
26ffad7
Last change on this file since 26ffad7 was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 218 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 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 void serial_init(void); | |
13 | ||
14 | #endif /* _GPXE_SERIAL_H */ |
Note: See TracBrowser
for help on using the repository browser.