1 1.3 dholland /* $NetBSD: wsconsio.h,v 1.3 2015/09/07 03:49:45 dholland Exp $ */ 2 1.1 uch 3 1.1 uch #ifndef _NEWSMIPS_WSCONSIO_H_ 4 1.1 uch #define _NEWSMIPS_WSCONSIO_H_ 5 1.1 uch 6 1.3 dholland #include <sys/ioccom.h> 7 1.1 uch #include <dev/wscons/wsconsio.h> 8 1.1 uch 9 1.1 uch struct newsmips_wsdisplay_fbinfo { 10 1.1 uch struct wsdisplay_fbinfo wsdisplay_fbinfo; 11 1.1 uch u_int stride; 12 1.1 uch }; 13 1.1 uch 14 1.1 uch #define NEWSMIPS_WSDISPLAYIO_GINFO \ 15 1.1 uch _IOR('n', 65, struct newsmips_wsdisplay_fbinfo) 16 1.1 uch 17 1.1 uch #endif /* !_NEWSMIPS_WSCONSIO_H_ */ 18