mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Add multiple #include protection
Submitted by: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
This commit is contained in:
parent
fb5bdb8e1a
commit
bcc862e397
3 changed files with 18 additions and 0 deletions
|
|
@ -4,6 +4,9 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_IOCTL_BT848_H_
|
||||
#define _MACHINE_IOCTL_BT848_H_
|
||||
|
||||
/*
|
||||
* frequency sets
|
||||
*/
|
||||
|
|
@ -280,3 +283,6 @@ struct bktr_remote {
|
|||
# define BT848_IFORM_F_NTSCM (0x1)
|
||||
# define BT848_IFORM_F_AUTO (0x0)
|
||||
|
||||
|
||||
#endif /* _MACHINE_IOCTL_BT848_H_ */
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_IOCTL_BT848_H_
|
||||
#define _MACHINE_IOCTL_BT848_H_
|
||||
|
||||
/*
|
||||
* frequency sets
|
||||
*/
|
||||
|
|
@ -280,3 +283,6 @@ struct bktr_remote {
|
|||
# define BT848_IFORM_F_NTSCM (0x1)
|
||||
# define BT848_IFORM_F_AUTO (0x0)
|
||||
|
||||
|
||||
#endif /* _MACHINE_IOCTL_BT848_H_ */
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_IOCTL_BT848_H_
|
||||
#define _MACHINE_IOCTL_BT848_H_
|
||||
|
||||
/*
|
||||
* frequency sets
|
||||
*/
|
||||
|
|
@ -280,3 +283,6 @@ struct bktr_remote {
|
|||
# define BT848_IFORM_F_NTSCM (0x1)
|
||||
# define BT848_IFORM_F_AUTO (0x0)
|
||||
|
||||
|
||||
#endif /* _MACHINE_IOCTL_BT848_H_ */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue