diff options
| author | cube <cube@NetBSD.org> | 2008-03-25 00:49:19 +0000 |
|---|---|---|
| committer | cube <cube@NetBSD.org> | 2008-03-25 00:49:19 +0000 |
| commit | d94699ecbbbbd4d5cd54477991a08c19f7f68de6 (patch) | |
| tree | ea8d8b90d9aebeba26136a00e5c073d67b32aeb4 /sys/dev/wscons/wsdisplayvar.h | |
| parent | f722be6c160f0296cf77a66df52ce5d54caedb2d (diff) | |
Split device_t and softc for wskbd(4), wsmouse(4) and that creepy wsmux(4).
Diffstat (limited to 'sys/dev/wscons/wsdisplayvar.h')
| -rw-r--r-- | sys/dev/wscons/wsdisplayvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsdisplayvar.h b/sys/dev/wscons/wsdisplayvar.h index 644b6e77fff..74eaf43a890 100644 --- a/sys/dev/wscons/wsdisplayvar.h +++ b/sys/dev/wscons/wsdisplayvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: wsdisplayvar.h,v 1.46 2008/02/20 22:33:18 drochner Exp $ */ +/* $NetBSD: wsdisplayvar.h,v 1.47 2008/03/25 00:49:20 cube Exp $ */ /* * Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -220,7 +220,7 @@ void wsdisplay_scroll(void *, int); #define WSDISPLAY_SCROLL_RESET (1 << 2) #define WSDISPLAY_SCROLL_LOW (1 << 3) -int wsdisplay_stat_inject(struct device *, u_int, int); +int wsdisplay_stat_inject(device_t, u_int, int); /* * for general use |
