From 753b81bb26a4498314c10a9c7c65c9f3f1299d4e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 8 Feb 2015 12:30:56 +0000 Subject: [PATCH] tty.h: typo fix --- Kernel/include/tty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/include/tty.h b/Kernel/include/tty.h index c974364c..56e5e9fa 100644 --- a/Kernel/include/tty.h +++ b/Kernel/include/tty.h @@ -201,7 +201,7 @@ typedef enum { /* provided by platform */ extern struct s_queue ttyinq[NUM_DEV_TTY + 1]; -extern int ttyready_t tty_writeready(uint8_t minor); +extern ttyready_t tty_writeready(uint8_t minor); extern void tty_putc(uint8_t minor, unsigned char c); extern void tty_setup(uint8_t minor); extern int tty_carrier(uint8_t minor); -- 2.34.1