summaryrefslogtreecommitdiffstats
path: root/sys/sys/tty.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-04-11 17:53:14 +0000
committerache <ache@FreeBSD.org>1995-04-11 17:53:14 +0000
commit8dd2e3731fe9b5cee62ec0f6e2d37b604ec0e8c8 (patch)
tree439de0d699aeb2ddd3c5c2d57ef46a4785574f4e /sys/sys/tty.h
parentacbb8602acccf041ac9749c58389df33109c6985 (diff)
downloadFreeBSD-src-8dd2e3731fe9b5cee62ec0f6e2d37b604ec0e8c8.zip
FreeBSD-src-8dd2e3731fe9b5cee62ec0f6e2d37b604ec0e8c8.tar.gz
Add new ttsetcompat function (from tty_compat)
Diffstat (limited to 'sys/sys/tty.h')
-rw-r--r--sys/sys/tty.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/tty.h b/sys/sys/tty.h
index cae0511..0547511 100644
--- a/sys/sys/tty.h
+++ b/sys/sys/tty.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)tty.h 8.6 (Berkeley) 1/21/94
- * $Id: tty.h,v 1.15 1995/03/29 19:03:02 ache Exp $
+ * $Id: tty.h,v 1.16 1995/04/01 11:58:27 ache Exp $
*/
#ifndef _SYS_TTY_H_
@@ -210,6 +210,7 @@ int q_to_b __P((struct clist *q, char *cp, int cc));
int unputc __P((struct clist *q));
int ttcompat __P((struct tty *tp, int com, caddr_t data, int flag));
+int ttsetcompat __P((struct tty *tp, int *com, caddr_t data, struct termios *term));
int nullmodem __P((struct tty *tp, int flag));
int tputchar __P((int c, struct tty *tp));
OpenPOWER on IntegriCloud