home *** CD-ROM | disk | FTP | other *** search
- /* sys/tty.h (c) Copyright 1990 H.Rogers */
-
- #ifndef __SYS_TTY_H
- #define __SYS_TTY_H
-
- extern int __ttyread(struct termio *,int,void *,int);
- extern int __ttywrite(struct termio *,int,void *,int);
-
- extern void __ttyout(int);
- extern int __ttyin(void);
- extern int __ttyscan(int);
-
- extern char *__tbuf,*__tptr;
- extern int __tcnt;
-
- #endif
-