From: pefo Date: Sun, 19 Jan 1997 09:58:45 +0000 (+0000) Subject: Ooops. This should have been committed along with pccons.c X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=72d36e3ba37f7b312fd2c51d7e1d0d1abb049fa8;p=openbsd Ooops. This should have been committed along with pccons.c --- diff --git a/sys/arch/arc/include/mouse.h b/sys/arch/arc/include/mouse.h index 6fad9f07b08..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.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_ */