Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | device/tty.h, chario.h: move prototype | Marin Ramesa | 2013-12-08 | 1 | -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.h | Marin Ramesa | 2013-11-24 | 1 | -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. |