summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/latest/com32/gdbstub/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/latest/com32/gdbstub/serial.h')
-rw-r--r--contrib/syslinux/latest/com32/gdbstub/serial.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/syslinux/latest/com32/gdbstub/serial.h b/contrib/syslinux/latest/com32/gdbstub/serial.h
deleted file mode 100644
index bb27a62..0000000
--- a/contrib/syslinux/latest/com32/gdbstub/serial.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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 */