Adding first part of infrastructure for tty device handling
This commit is contained in:
parent
608a926edc
commit
538e7932c7
3 changed files with 19 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue