add WSDISPLAY_TYPE_PLATINUM, for platinumfb

This commit is contained in:
macallan 2016-06-10 21:26:43 +00:00
parent 65652ab083
commit c21ade0ee3

View File

@ -1,4 +1,4 @@
/* $NetBSD: wsconsio.h,v 1.114 2015/07/19 13:22:42 mlelstv Exp $ */
/* $NetBSD: wsconsio.h,v 1.115 2016/06/10 21:26:43 macallan Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@ -338,6 +338,7 @@ struct wsmouse_repeat {
#define WSDISPLAY_TYPE_MGX 61 /* SSB 4096V-MGX */
#define WSDISPLAY_TYPE_MESON 62 /* Amlogic Meson ARM SoC */
#define WSDISPLAY_TYPE_TEGRA 63 /* NVIDIA Tegra ARM SoC */
#define WSDISPLAY_TYPE_PLATINUM 64 /* Apple onboard video 'platinum' */
/* Basic display information. Not applicable to all display types. */
struct wsdisplay_fbinfo {