Add support for NetBSD/alpha.
This commit is contained in:
parent
f40a42d5c4
commit
54de49fcb9
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: isapnpvar.h,v 1.11 1998/07/31 04:00:35 thorpej Exp $ */
|
||||
/* $NetBSD: isapnpvar.h,v 1.12 1998/07/31 04:35:22 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Christos Zoulas. All rights reserved.
|
||||
@ -42,9 +42,12 @@
|
||||
*/
|
||||
struct isapnp_softc;
|
||||
|
||||
#if (i386 != 1)
|
||||
#if (alpha + i386 != 1)
|
||||
ERROR: COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE.
|
||||
#endif
|
||||
#if alpha
|
||||
#include <alpha/isa/isapnp_machdep.h>
|
||||
#endif
|
||||
#if i386
|
||||
#include <i386/isa/isapnp_machdep.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user