mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
net/if_bridgevar.h: add include guard
Reviewed by: kp Approved by: des (mentor) (cherry picked from commit f6aedb956ef154828c4bfaddaa5d5eb2dda5225c)
This commit is contained in:
parent
dd9c2758f2
commit
264cc9df0b
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>
|
||||
|
|
@ -323,3 +326,5 @@ extern void (*bridge_dn_p)(struct mbuf *, struct ifnet *);
|
|||
extern bool (*bridge_member_ifaddrs_p)(void);
|
||||
|
||||
#endif /* _KERNEL */
|
||||
|
||||
#endif /* _NET_IF_BRIDGEVAR_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue