add a <machine/joystick.h> which just includes the new common one

This commit is contained in:
drochner 2004-07-02 17:02:24 +00:00
parent 317ca9a542
commit 2706519f5d
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: md.amd64,v 1.14 2004/05/08 21:53:23 kleink Exp $
# $NetBSD: md.amd64,v 1.15 2004/07/02 17:02:24 drochner Exp $
./usr/include/amd64 comp-c-include
./usr/include/amd64/ansi.h comp-c-include
./usr/include/amd64/aout_machdep.h comp-c-include
@ -28,6 +28,7 @@
./usr/include/amd64/int_types.h comp-c-include
./usr/include/amd64/intr.h comp-c-include
./usr/include/amd64/intrdefs.h comp-c-include
./usr/include/amd64/joystick.h comp-c-include
./usr/include/amd64/kcore.h comp-c-include
./usr/include/amd64/limits.h comp-c-include
./usr/include/amd64/lock.h comp-c-include

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2004/05/08 21:51:47 kleink Exp $
# $NetBSD: Makefile,v 1.3 2004/07/02 17:02:24 drochner Exp $
INCSDIR= /usr/include/amd64
@ -12,6 +12,7 @@ INCS= ansi.h aout_machdep.h asm.h atomic.h \
ieee.h ieeefp.h \
int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
intr.h intrdefs.h \
joystick.h \
kcore.h \
limits.h lock.h \
math.h mcontext.h mtrr.h \

View File

@ -0,0 +1,3 @@
/* $NetBSD: joystick.h,v 1.1 2004/07/02 17:02:24 drochner Exp $ */
#include <sys/joystick.h>