summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/include/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amiga/include/conf.h')
-rw-r--r--sys/arch/amiga/include/conf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amiga/include/conf.h b/sys/arch/amiga/include/conf.h
index 593d93bd001..3b0f2a76fad 100644
--- a/sys/arch/amiga/include/conf.h
+++ b/sys/arch/amiga/include/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.11 1999/07/30 20:19:04 deraadt Exp $ */
+/* $OpenBSD: conf.h,v 1.12 2000/09/02 13:45:40 espie Exp $ */
/* $NetBSD: conf.h,v 1.4 1996/11/30 01:13:07 is Exp $ */
/*
@@ -74,6 +74,8 @@ cdev_decl(wd);
cdev_decl(ksyms);
+cdev_decl(joy);
+
/* open, close, ioctl, select, mmap -- XXX should be a map device */
#define cdev_grf_init(c,n) { \
dev_init(c,n,open), dev_init(c,n,close), (dev_type_read((*))) nullop, \