diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-05 22:03:12 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-08 23:55:06 +0900 |
commit | 255638fec41bf310aa90cddd238e2251caadfc92 (patch) | |
tree | 17eb850211a99e54fbe790538a6d37e2db80131d /device/tty.h | |
parent | c2eebf318505a4c5b83ebff6e2d1974ce5bbf146 (diff) | |
download | gnumach-255638fec41bf310aa90cddd238e2251caadfc92.tar.gz gnumach-255638fec41bf310aa90cddd238e2251caadfc92.tar.bz2 gnumach-255638fec41bf310aa90cddd238e2251caadfc92.zip |
device/tty.h, chario.h: move prototype
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.
Diffstat (limited to 'device/tty.h')
-rw-r--r-- | device/tty.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/device/tty.h b/device/tty.h index dcc77119..2fafa42c 100644 --- a/device/tty.h +++ b/device/tty.h @@ -234,6 +234,4 @@ struct ldisc_switch { extern struct ldisc_switch linesw[]; -extern void chario_init(void); - #endif /* _DEVICE_TTY_H_ */ |