summaryrefslogtreecommitdiff
path: root/sys/dev/hpc
diff options
context:
space:
mode:
authoruch <uch@NetBSD.org>2001-06-05 15:02:40 +0000
committeruch <uch@NetBSD.org>2001-06-05 15:02:40 +0000
commitb596bfa2d0e82036f9db8bef9b14e688e5b7b123 (patch)
treebf3297acf867c10355e800dfbfc011484951324e /sys/dev/hpc
parenta4221d6b08977374ad5c28d8672171b707b9ced2 (diff)
add vc_reverse flag to struct video_chip.
Diffstat (limited to 'sys/dev/hpc')
-rw-r--r--sys/dev/hpc/video_subr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/hpc/video_subr.h b/sys/dev/hpc/video_subr.h
index 62835a2de48..b707d382ad3 100644
--- a/sys/dev/hpc/video_subr.h
+++ b/sys/dev/hpc/video_subr.h
@@ -1,4 +1,4 @@
-/* $NetBSD: video_subr.h,v 1.1 2001/02/22 18:37:57 uch Exp $ */
+/* $NetBSD: video_subr.h,v 1.2 2001/06/05 15:02:40 uch Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -57,6 +57,7 @@ struct video_chip {
int vc_fbdepth;
int vc_fbwidth;
int vc_fbheight;
+ int vc_reverse;
void (*vc_drawline)(struct video_chip *, int, int, int, int);
void (*vc_drawdot)(struct video_chip *, int, int);