summaryrefslogtreecommitdiff
path: root/sys/dev/cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cons.h')
-rw-r--r--sys/dev/cons.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/cons.h b/sys/dev/cons.h
index c79040e91a9..5ff2b7776c1 100644
--- a/sys/dev/cons.h
+++ b/sys/dev/cons.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cons.h,v 1.11 1995/04/24 21:34:04 gwr Exp $ */
+/* $NetBSD: cons.h,v 1.12 1995/11/25 00:03:41 cgd Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -80,6 +80,7 @@ int cnioctl __P((dev_t, u_long, caddr_t, int, struct proc *));
int cnselect __P((dev_t, int, struct proc *));
int cngetc __P((void));
int cnputc __P((int));
+void nullcnpollc __P((dev_t, int));
/* console-specific types */
#define dev_type_cnprobe(n) void n __P((struct consdev *))