mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
net/if_bridgevar.h: add include guard
Reviewed by: kp
This commit is contained in:
parent
81ca663642
commit
f6aedb956e
1 changed files with 5 additions and 0 deletions
|
|
@ -74,6 +74,9 @@
|
|||
* Data structure and control definitions for bridge interfaces.
|
||||
*/
|
||||
|
||||
#ifndef _NET_IF_BRIDGEVAR_H_
|
||||
#define _NET_IF_BRIDGEVAR_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/callout.h>
|
||||
#include <sys/queue.h>
|
||||
|
|
@ -324,3 +327,5 @@ extern bool (*bridge_same_p)(const void *, const void *);
|
|||
extern void *(*bridge_get_softc_p)(struct ifnet *);
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
||||
#endif /* _NET_IF_BRIDGEVAR_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue