--- src/sys/bus/isa/i386/isa_device.h 2006/04/30 17:22:15 1.8 +++ src/sys/bus/isa/i386/isa_device.h 2006/10/23 21:50:31 1.9 @@ -35,8 +35,8 @@ * $DragonFly$ */ -#ifndef _I386_ISA_ISA_DEVICE_H_ -#define _I386_ISA_ISA_DEVICE_H_ +#ifndef _BUS_ISA_ARCH_ISA_DEVICE_H_ +#define _BUS_ISA_ARCH_ISA_DEVICE_H_ #ifndef _SYS_INTERRUPT_H_ #include @@ -86,4 +86,4 @@ struct isa_driver { int isa_compat_nextid (void); #endif -#endif /* !_I386_ISA_ISA_DEVICE_H_ */ +#endif /* !_BUS_ISA_ARCH_ISA_DEVICE_H_ */