Move sys/arch/pmax/dev/sccvar.h to sys/arch/pmax/tc.

This commit is contained in:
jonathan 1996-05-19 18:25:15 +00:00
parent 7469cf4c88
commit e6beb98351
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
/* $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));