Make the multiple include guard correct for this file location.

This fixes a bug where the guard conflicted with machine/ioctl_*.
This commit is contained in:
obrien 2003-12-20 17:12:25 +00:00
parent 4a2ea587fa
commit 3ff50058b8
2 changed files with 6 additions and 6 deletions

View File

@ -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_ */

View File

@ -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_ */