2015-09-07 06:49:44 +03:00
|
|
|
/* $NetBSD: wsconsio.h,v 1.3 2015/09/07 03:49:45 dholland Exp $ */
|
2004-08-01 22:53:16 +04:00
|
|
|
|
|
|
|
#ifndef _NEWSMIPS_WSCONSIO_H_
|
|
|
|
#define _NEWSMIPS_WSCONSIO_H_
|
|
|
|
|
2015-09-07 06:49:44 +03:00
|
|
|
#include <sys/ioccom.h>
|
2004-08-01 22:53:16 +04:00
|
|
|
#include <dev/wscons/wsconsio.h>
|
|
|
|
|
|
|
|
struct newsmips_wsdisplay_fbinfo {
|
|
|
|
struct wsdisplay_fbinfo wsdisplay_fbinfo;
|
|
|
|
u_int stride;
|
|
|
|
};
|
|
|
|
|
|
|
|
#define NEWSMIPS_WSDISPLAYIO_GINFO \
|
|
|
|
_IOR('n', 65, struct newsmips_wsdisplay_fbinfo)
|
|
|
|
|
|
|
|
#endif /* !_NEWSMIPS_WSCONSIO_H_ */
|