summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1999-03-19 03:24:19 +0000
committercgd <cgd@NetBSD.org>1999-03-19 03:24:19 +0000
commit1f2cf848924051a366dcbc973763a59874bc7e90 (patch)
tree03111859c3f8b900f5a6ba52b4f8c118da67c66e /sys/dev
parentd6d5f1355155a1f9a17fa0f6047347f0cfd7f9f7 (diff)
pull isapnp_machdep.h in from machine/
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isapnp/isapnpvar.h24
1 files changed, 2 insertions, 22 deletions
diff --git a/sys/dev/isapnp/isapnpvar.h b/sys/dev/isapnp/isapnpvar.h
index 61ca2686dcf..9bdde873566 100644
--- a/sys/dev/isapnp/isapnpvar.h
+++ b/sys/dev/isapnp/isapnpvar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: isapnpvar.h,v 1.17 1998/10/01 00:42:37 jonathan Exp $ */
+/* $NetBSD: isapnpvar.h,v 1.18 1999/03/19 03:24:19 cgd Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -49,27 +49,7 @@
*/
struct isapnp_softc;
-#if (alpha + arc + arm32 + atari + bebox + i386 != 1)
-ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE.
-#endif
-#if alpha
-#include <alpha/isa/isapnp_machdep.h>
-#endif
-#if arc
-#include <arc/isa/isapnp_machdep.h>
-#endif
-#if arm32
-#include <arm32/isa/isapnp_machdep.h>
-#endif
-#if atari
-#include <atari/isa/isapnp_machdep.h>
-#endif
-#if bebox
-#include <bebox/isa/isapnp_machdep.h>
-#endif
-#if i386
-#include <i386/isa/isapnp_machdep.h>
-#endif
+#include <machine/isapnp_machdep.h>
#ifndef _KERNEL