aboutsummaryrefslogtreecommitdiff
path: root/src/lib/xmodem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/xmodem.c')
-rw-r--r--src/lib/xmodem.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/xmodem.c b/src/lib/xmodem.c
index bcbe23274b..465d6670a3 100644
--- a/src/lib/xmodem.c
+++ b/src/lib/xmodem.c
@@ -19,10 +19,7 @@
#include <string.h>
#include <delay.h>
-
-extern void uart8250_tx_byte(unsigned, unsigned char);
-extern int uart8250_can_rx_byte(unsigned);
-extern unsigned char uart8250_rx_byte(unsigned);
+#include <uart8250.h>
static int _inbyte(int msec)
{