--- src/sys/dev/misc/gpib/gpib.h 2003/06/17 04:28:37 1.2 +++ src/sys/dev/misc/gpib/gpib.h 2006/10/23 21:50:31 1.3 @@ -1,8 +1,8 @@ /* $FreeBSD: src/sys/i386/isa/gpib.h,v 1.3.10.1 2000/08/03 01:01:20 peter Exp $ */ -/* $DragonFly: src/sys/i386/isa/gpib.h,v 1.1 2003/06/16 06:18:45 dillon Exp $ */ +/* $DragonFly$ */ -#ifndef _I386_ISA_GPIB_H_ -#define _I386_ISA_GPIB_H_ +#ifndef _DEV_MISC_GPIB_GPIB_H_ +#define _DEV_MISC_GPIB_GPIB_H_ #include @@ -25,4 +25,4 @@ struct gpibdata { #define GPIBMLOCAL _IOW('g',9,struct gpibdata) #define GPIBSPOLL _IOW('g',10,struct gpibdata) -#endif /* !_I386_ISA_GPIB_H_ */ +#endif /* !_DEV_MISC_GPIB_GPIB_H_ */