summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/joystick.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-30 09:30:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-30 09:30:36 +0000
commitf345fe14aab7ab69dfed45a4d8f8e477d66959f5 (patch)
treea804d6dca0a01afda4a31b1c2d445bb8703883e4 /sys/arch/i386/include/joystick.h
parent491833d0c6eb815fa66f89b10587f8b97cf09561 (diff)
clean & sync
Diffstat (limited to 'sys/arch/i386/include/joystick.h')
-rw-r--r--sys/arch/i386/include/joystick.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/sys/arch/i386/include/joystick.h b/sys/arch/i386/include/joystick.h
index 464777c97eb..4b1bce47583 100644
--- a/sys/arch/i386/include/joystick.h
+++ b/sys/arch/i386/include/joystick.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: joystick.h,v 1.3 1996/05/30 09:30:10 deraadt Exp $ */
/* $NetBSD: joystick.h,v 1.1 1996/03/27 19:18:56 perry Exp $ */
#ifndef _JOY_IOCTL_H_
@@ -21,24 +22,3 @@ struct joystick {
#define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */
#endif /* _JOY_IOCTL_H_ */
-#ifndef _JOY_IOCTL_H_
-#define _JOY_IOCTL_H_
-
-#include <sys/types.h>
-#include <sys/ioctl.h>
-
-struct joystick {
- int x;
- int y;
- int b1;
- int b2;
-};
-
-#define JOY_SETTIMEOUT _IOW('J', 1, int) /* set timeout */
-#define JOY_GETTIMEOUT _IOR('J', 2, int) /* get timeout */
-#define JOY_SET_X_OFFSET _IOW('J', 3, int) /* set offset on X-axis */
-#define JOY_SET_Y_OFFSET _IOW('J', 4, int) /* set offset on X-axis */
-#define JOY_GET_X_OFFSET _IOR('J', 5, int) /* get offset on X-axis */
-#define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */
-
-#endif /* _JOY_IOCTL_H_ */