summaryrefslogtreecommitdiffstats
path: root/sys/dev/bktr
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-12-20 17:12:25 +0000
committerobrien <obrien@FreeBSD.org>2003-12-20 17:12:25 +0000
commit3ff50058b8f1c4e96bc4e8483146029f3f583331 (patch)
tree90bdb2a97224e8ad9fc93e6ddad528c550bbf931 /sys/dev/bktr
parent4a2ea587fa2330436ebb5a6a4e38e36381922d5d (diff)
downloadFreeBSD-src-3ff50058b8f1c4e96bc4e8483146029f3f583331.zip
FreeBSD-src-3ff50058b8f1c4e96bc4e8483146029f3f583331.tar.gz
Make the multiple include guard correct for this file location.
This fixes a bug where the guard conflicted with machine/ioctl_*.
Diffstat (limited to 'sys/dev/bktr')
-rw-r--r--sys/dev/bktr/ioctl_bt848.h6
-rw-r--r--sys/dev/bktr/ioctl_meteor.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/bktr/ioctl_bt848.h b/sys/dev/bktr/ioctl_bt848.h
index b6646c6..3731e7d 100644
--- a/sys/dev/bktr/ioctl_bt848.h
+++ b/sys/dev/bktr/ioctl_bt848.h
@@ -4,8 +4,8 @@
* $FreeBSD$
*/
-#ifndef _MACHINE_IOCTL_BT848_H_
-#define _MACHINE_IOCTL_BT848_H_
+#ifndef _DEV_BKTR_IOCTL_BT848_H_
+#define _DEV_BKTR_IOCTL_BT848_H_
/*
* frequency sets
@@ -294,5 +294,5 @@ struct bktr_remote {
# define BT848_IFORM_F_AUTO (0x0)
-#endif /* _MACHINE_IOCTL_BT848_H_ */
+#endif /* _DEV_BKTR_IOCTL_BT848_H_ */
diff --git a/sys/dev/bktr/ioctl_meteor.h b/sys/dev/bktr/ioctl_meteor.h
index f62d392..5f70a4b 100644
--- a/sys/dev/bktr/ioctl_meteor.h
+++ b/sys/dev/bktr/ioctl_meteor.h
@@ -34,8 +34,8 @@
* ioctl constants for Matrox Meteor Capture card.
*/
-#ifndef _MACHINE_IOCTL_METEOR_H_
-#define _MACHINE_IOCTL_METEOR_H_
+#ifndef _DEV_BKTR_IOCTL_METEOR_H_
+#define _DEV_BKTR_IOCTL_METEOR_H_
#ifndef _KERNEL
#include <sys/types.h>
@@ -184,4 +184,4 @@ struct meteor_mem {
caddr_t buf; /* The real space (virtual addr) */
} ;
-#endif /* !_MACHINE_IOCTL_METEOR_H_ */
+#endif /* !_DEV_BKTR_IOCTL_METEOR_H_ */
OpenPOWER on IntegriCloud