Export variables needed for system console initialization.

Do this in a separate file because pcvt_hdr.h contains too many definitions
which can cause namespace trouble. (eg, a structure element "m_len")
This commit is contained in:
drochner 1997-08-14 16:07:12 +00:00
parent 7739ce58e3
commit 3bbb2f7b18
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
int pccngetc __P((dev_t));
void pccnputc __P((dev_t, int));
void pccnpollc __P((dev_t, int));
void pccninit __P((struct consdev *));

View File

@ -88,8 +88,8 @@
#if NVT > 0
#define EXTERN /* allocate mem */
#include "pcvt_hdr.h" /* global include */
#include "pcvt_cons.h" /* NetBSD only */
#ifdef NOTDEF
unsigned __debug = 0; /*0xffe */;