blob: aa643752228c72e647ae68f31d5dec271fa5c4c6 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $NetBSD: sccvar.h,v 1.1 1995/08/04 00:22:02 jonathan Exp $ */
/*
* external declarations from DECstation scc driver
*/
extern int sccGetc __P ((dev_t dev));
extern int sccparam __P((register struct tty *tp, register struct termios *t));
extern void sccPutc __P ((dev_t dev, int c));
|