Adding first part of infrastructure for tty device handling

This commit is contained in:
Luka Miljak 2014-03-15 13:24:13 +00:00
parent 608a926edc
commit 538e7932c7
3 changed files with 19 additions and 2 deletions

View file

@ -62,7 +62,7 @@ int telnet_handle_client_write(char *databuf, int *datalen);
/* Opens the tty device and configures it. */
int tty_open(struct tty_t *tty_dev, char* path);
int tty_open(struct tty_t *tty_dev);
/* Closes the tty device. */
int tty_close(struct tty_t *tty_dev);
/* Reconfigures the tty device. */