Add scncnpollc.

This commit is contained in:
phil 1995-04-21 18:36:32 +00:00
parent 87beda7b2a
commit c42a783b23
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: scn.c,v 1.14 1995/04/10 07:50:42 mycroft Exp $ */
/* $NetBSD: scn.c,v 1.15 1995/04/21 18:36:32 phil Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@ -1032,6 +1032,13 @@ scncngetc(dev_t dev)
return c;
}
/* pc532 does not turn off console polling. */
char
scncnpollc(dev_t dev, int on)
{
}
/*
* Console kernel output character routine.
*/