diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/wscons/wsconsio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h index 39bd7c2cea1..1f8a6632986 100644 --- a/sys/dev/wscons/wsconsio.h +++ b/sys/dev/wscons/wsconsio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsconsio.h,v 1.37 2006/01/09 21:52:12 miod Exp $ */ +/* $OpenBSD: wsconsio.h,v 1.38 2006/02/14 18:52:17 miod Exp $ */ /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */ /* @@ -287,6 +287,7 @@ struct wsmouse_calibcoords { #define WSDISPLAY_TYPE_TOPCAT 47 /* HP Topcat */ #define WSDISPLAY_TYPE_PXALCD 48 /* PXALCD (Zaurus) */ #define WSDISPLAY_TYPE_MAC68K 49 /* Generic mac68k framebuffer */ +#define WSDISPLAY_TYPE_SUNLEO 50 /* Sun ZX/Leo */ /* Basic display information. Not applicable to all display types. */ struct wsdisplay_fbinfo { |