linein: forgot a file sorry
authorAlan Cox <alan@linux.intel.com>
Sat, 11 Nov 2017 20:59:35 +0000 (20:59 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 11 Nov 2017 20:59:35 +0000 (20:59 +0000)
Applications/netd/linein.h [new file with mode: 0644]

diff --git a/Applications/netd/linein.h b/Applications/netd/linein.h
new file mode 100644 (file)
index 0000000..5492d34
--- /dev/null
@@ -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