aboutsummaryrefslogtreecommitdiffstats
path: root/com32/gdbstub/serial.h
blob: c78a5757246b0d0aa0945ebf8afa4e8a2a6ec34c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _GPXE_SERIAL_H
#define _GPXE_SERIAL_H

/** @file
 *
 * Serial driver functions
 *
 */

extern void serial_putc ( int ch );
extern int serial_getc ( void );
extern void serial_init ( void );

#endif /* _GPXE_SERIAL_H */