aboutsummaryrefslogtreecommitdiff
path: root/device/chario.h
Commit message (Collapse)AuthorAgeFilesLines
* device/tty.h, chario.h: move prototypeMarin Ramesa2013-12-081-0/+2
| | | | | | | | | Now that we have device/chario.h move the chario_init() prototype from device/tty.h to device/chario.h. * device/chario.h (chario_init): Add prototype. * device/device_init.c: Include device/chario.h. * device/tty.h (chario_init): Remove prototype.
* device: new header file chario.hMarin Ramesa2013-11-241-0/+35
* 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.