diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-02-26 05:14:53 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-02-26 05:14:53 +0000 |
| commit | 550f8550ec70dde086df88fb9d38b44410d299bc (patch) | |
| tree | 889003876b12e18849f341dacdf94e6808f0ea7f /sys/dev/joy | |
| parent | c5489d9047f3e34ce65624bcc100309a2fbc5909 (diff) | |
Notes
Diffstat (limited to 'sys/dev/joy')
| -rw-r--r-- | sys/dev/joy/joy.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 77ef121941ed4..5fae0d7092382 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -31,13 +31,15 @@ #if NJOY > 0 #include <errno.h> + #include <sys/types.h> -#include <i386/isa/isa.h> -#include <i386/isa/timerreg.h> -#include <i386/isa/isa_device.h> + #include <machine/cpufunc.h> +#include <machine/joystick.h> -#include <i386/include/joystick.h> +#include <i386/isa/isa.h> +#include <i386/isa/isa_device.h> +#include <i386/isa/timerreg.h> /* The game port can manage 4 buttons and 4 variable resistors (usually 2 * joysticks, each with 2 buttons and 2 pots.) via the port at address 0x201. |
