From c476fec1212370f2a24d79037c65970c1974ce19 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Fri, 22 Nov 2013 18:30:40 +0100 Subject: device: new header file chario.h * Makefrag.am: Include device/chario.h. * device/chario.c (queue_delayed_reply, tty_output, char_open_done, char_read_done, char_write_done): Remove forward declarations. * device/chario.h: New file. Add copyright. [_DEVICE_CHARIO_H_]: Add ifndef. Include device/tty.h. (queue_delayed_reply, tty_output, char_open_done, char_read_done, char_write_done): Add prototypes. --- Makefrag.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefrag.am') diff --git a/Makefrag.am b/Makefrag.am index abebd089..cdb51f2a 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -275,6 +275,7 @@ libkernel_a_SOURCES += \ device/blkio.c \ device/buf.h \ device/chario.c \ + device/chario.h \ device/cirbuf.h \ device/conf.h \ device/cons.c \ -- cgit v1.2.3