summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/include/autoconf.h5
-rw-r--r--sys/arch/hp300/include/types.h4
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/hp300/include/autoconf.h b/sys/arch/hp300/include/autoconf.h
index 1b2daccb169..038c42d50f0 100644
--- a/sys/arch/hp300/include/autoconf.h
+++ b/sys/arch/hp300/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.5 2001/05/05 22:33:37 art Exp $ */
+/* $OpenBSD: autoconf.h,v 1.6 2001/09/01 05:48:18 jason Exp $ */
/* $NetBSD: autoconf.h,v 1.4 1997/04/01 03:03:56 scottr Exp $ */
/*-
@@ -48,7 +48,4 @@ void hp300_cninit __P((void));
void console_scan __P((int (*)(int, caddr_t, void *), void *));
caddr_t iomap __P((caddr_t, int));
void iounmap __P((caddr_t, int));
-
-struct device;
-void device_register __P((struct device *, void *));
#endif /* _KERNEL */
diff --git a/sys/arch/hp300/include/types.h b/sys/arch/hp300/include/types.h
index 17526a9e308..3cab2a988d6 100644
--- a/sys/arch/hp300/include/types.h
+++ b/sys/arch/hp300/include/types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: types.h,v 1.2 1997/01/12 15:13:45 downsj Exp $ */
+/* $OpenBSD: types.h,v 1.3 2001/09/01 05:48:18 jason Exp $ */
/* $NetBSD: types.h,v 1.8 1996/12/17 08:11:50 thorpej Exp $ */
#ifndef _MACHINE_TYPES_H_
@@ -6,4 +6,6 @@
#include <m68k/types.h>
+#define __HAVE_DEVICE_REGISTER
+
#endif