Add multiple #include protection

Submitted by:	 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
This commit is contained in:
Roger Hardiman 2000-04-04 16:46:19 +00:00
parent fb5bdb8e1a
commit bcc862e397
3 changed files with 18 additions and 0 deletions

View File

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

View File

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

View File

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