summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authordrochner <drochner@NetBSD.org>1998-06-11 22:03:15 +0000
committerdrochner <drochner@NetBSD.org>1998-06-11 22:03:15 +0000
commitc90fa98f4ad01116f140f053503cf71fc070990a (patch)
treefa6d72badce13f91bb195068005e756d3780ebbe /sys/dev
parent8fb1d35ab5f117cc054bd746009e7b2c8c9f51e3 (diff)
add "sleeping ok" argument to wsdisplay_switch()
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/wscons/wscons_callbacks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wscons_callbacks.h b/sys/dev/wscons/wscons_callbacks.h
index 3d158f32221..65e2ef4afc2 100644
--- a/sys/dev/wscons/wscons_callbacks.h
+++ b/sys/dev/wscons/wscons_callbacks.h
@@ -1,4 +1,4 @@
-/* $NetBSD: wscons_callbacks.h,v 1.1 1998/03/22 14:24:02 drochner Exp $ */
+/* $NetBSD: wscons_callbacks.h,v 1.2 1998/06/11 22:03:15 drochner Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -47,7 +47,7 @@ void wsdisplay_set_kbd __P((struct device *, struct device *));
* Calls to the display interface from the keyboard interface.
*/
void wsdisplay_kbdinput __P((struct device *v, const u_char *, u_int));
-int wsdisplay_switch __P((struct device *, int));
+int wsdisplay_switch __P((struct device *, int, int));
void wsdisplay_kbdholdscreen __P((struct device *v, int));
void wsdisplay_set_cons_kbd __P((int (*get)(dev_t),