--- src/sys/boot/common/isapnp.h 2005/02/19 23:19:51 1.5 +++ src/sys/boot/common/isapnp.h 2006/10/23 21:50:31 1.6 @@ -33,8 +33,8 @@ * $DragonFly$ */ -#ifndef _I386_ISA_PNP_H_ -#define _I386_ISA_PNP_H_ +#ifndef _BOOT_COMMON_ISAPNP_H_ +#define _BOOT_COMMON_ISAPNP_H_ /* Maximum Number of PnP Devices. 8 should be plenty */ #define MAX_PNP_CARDS 8 @@ -305,4 +305,4 @@ void pnp_configure(void); #endif /* _KERNEL */ -#endif /* !_I386_ISA_PNP_H_ */ +#endif /* !_BOOT_COMMON_ISAPNP_H_ */