From: Alan Cox Date: Sun, 8 Feb 2015 12:30:56 +0000 (+0000) Subject: tty.h: typo fix X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=753b81bb26a4498314c10a9c7c65c9f3f1299d4e;p=FUZIX.git tty.h: typo fix --- 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);