diff options
Diffstat (limited to 'device/chario.c')
-rw-r--r-- | device/chario.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/device/chario.c b/device/chario.c index 19f3bae3..387428a6 100644 --- a/device/chario.c +++ b/device/chario.c @@ -49,6 +49,7 @@ #include <device/io_req.h> #include <device/ds_routines.h> #include <device/device_reply.user.h> +#include <device/chario.h> #include <device/tty.h> @@ -63,16 +64,6 @@ short ttlowat[NSPEEDS] = 125,125 }; /* - * forward declarations - */ -void queue_delayed_reply( - queue_t, io_req_t, boolean_t (*)(io_req_t)); -void tty_output(struct tty *); -boolean_t char_open_done(io_req_t); -boolean_t char_read_done(io_req_t); -boolean_t char_write_done(io_req_t); - -/* * Fake 'line discipline' switch for the benefit of old code * that wants to call through it. */ |