From 60c5f009c6587dafaa55c00f1843ef99b726f362 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 11 Nov 2017 20:59:35 +0000 Subject: [PATCH] linein: forgot a file sorry --- Applications/netd/linein.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Applications/netd/linein.h diff --git a/Applications/netd/linein.h b/Applications/netd/linein.h new file mode 100644 index 00000000..5492d344 --- /dev/null +++ b/Applications/netd/linein.h @@ -0,0 +1,14 @@ +#ifndef _LINEIN_H +#define _LINEIN_H + +extern int tty_event(void); +extern void tty_hide(void); +extern void tty_show(void); +extern int tty_begin(void); +extern int tty_restore(void); +extern int tty_resume(void); +extern void tty_set_buffer(char *base, int promptlen, int totalsize); + +extern int tty_width; + +#endif -- 2.34.1