diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-05-12 08:45:39 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-05-12 08:45:39 +0000 |
commit | c37085a8befb49549dbdae8a020a447e6b43f4ed (patch) | |
tree | c574bff22c58fe3c72754eb869f9bfce52644f1c /sys/dev/isa/isavar.h | |
parent | 0ea6b1b0cedf4f72e6532fd3b1108be4f9e7f769 (diff) |
pull in pica machdep isa header if pica
Diffstat (limited to 'sys/dev/isa/isavar.h')
-rw-r--r-- | sys/dev/isa/isavar.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h index 15433366f20..02697e40294 100644 --- a/sys/dev/isa/isavar.h +++ b/sys/dev/isa/isavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isavar.h,v 1.10 1996/05/10 12:37:45 deraadt Exp $ */ +/* $OpenBSD: isavar.h,v 1.11 1996/05/12 08:45:38 pefo Exp $ */ /* $NetBSD: isavar.h,v 1.22 1996/05/05 01:14:14 thorpej Exp $ */ /* @@ -52,7 +52,7 @@ */ struct isabus_attach_args; -#if (alpha + amiga + i386 != 1) +#if (alpha + amiga + i386 + pica != 1) ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #endif #if alpha @@ -64,6 +64,9 @@ ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #if i386 #include <i386/isa/isa_machdep.h> #endif +#if pica +#include <pica/isa/isa_machdep.h> +#endif /* * ISA bus attach arguments |