summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1997-01-19 09:58:46 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1997-01-19 09:58:46 +0000
commit02d25a2484b311c3537afe141fe284f41cf1c940 (patch)
tree1925a4f7c0548c2abd2cb8e49f33ab80ddc1fb4d /sys/arch
parentf78040756be1a7bdb1866f05971683a47489bb9f (diff)
Ooops. This should have been committed along with pccons.c
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arc/include/mouse.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arc/include/mouse.h b/sys/arch/arc/include/mouse.h
index 29d4423f83b..08920bff76b 100644
--- a/sys/arch/arc/include/mouse.h
+++ b/sys/arch/arc/include/mouse.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mouse.h,v 1.1 1996/06/24 09:07:17 pefo Exp $ */
+/* $OpenBSD: mouse.h,v 1.2 1997/01/19 09:58:45 pefo Exp $ */
/* $NetBSD: mouse.h,v 1.4 1994/10/27 04:16:10 cgd Exp $ */
/*-
@@ -45,6 +45,8 @@ struct mouseinfo {
/* Ioctl definitions */
#define MOUSEIOC ('M'<<8)
-#define MOUSEIOCREAD (MOUSEIOC|60)
+#define MOUSEIOCREAD (MOUSEIOC|60)
+#define MOUSEIOCSRAW (MOUSEIOC|61)
+#define MOUSEIOCSCOOKED (MOUSEIOC|62)
#endif /* !_MOUSE_H_ */