mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
e5d1715e5e
commit
1d582fe320
2 changed files with 6 additions and 6 deletions
|
|
@ -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_ */
|
||||
|
||||
|
|
|
|||
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue