summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan_var.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2013-10-28 20:32:05 +0000
committerglebius <glebius@FreeBSD.org>2013-10-28 20:32:05 +0000
commit67835727b43f038edc5165ef54ae93ae77959d5d (patch)
tree5057436e74e8498242d4445b2b3c55b3a20bcccb /sys/net/if_vlan_var.h
parentfc685e71b447338c2f9b8ee4d9e86240a9402d16 (diff)
downloadFreeBSD-src-67835727b43f038edc5165ef54ae93ae77959d5d.zip
FreeBSD-src-67835727b43f038edc5165ef54ae93ae77959d5d.tar.gz
Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/g
Submitted by: bde
Diffstat (limited to 'sys/net/if_vlan_var.h')
-rw-r--r--sys/net/if_vlan_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_vlan_var.h b/sys/net/if_vlan_var.h
index 0e8d8ee..b240874 100644
--- a/sys/net/if_vlan_var.h
+++ b/sys/net/if_vlan_var.h
@@ -150,13 +150,13 @@ extern int (*vlan_tag_p)(struct ifnet *, uint16_t *);
extern int (*vlan_setcookie_p)(struct ifnet *, void *);
extern void *(*vlan_cookie_p)(struct ifnet *);
-#ifdef SYS_EVENTHANDLER_H
+#ifdef _SYS_EVENTHANDLER_H_
/* VLAN state change events */
typedef void (*vlan_config_fn)(void *, struct ifnet *, uint16_t);
typedef void (*vlan_unconfig_fn)(void *, struct ifnet *, uint16_t);
EVENTHANDLER_DECLARE(vlan_config, vlan_config_fn);
EVENTHANDLER_DECLARE(vlan_unconfig, vlan_unconfig_fn);
-#endif /* SYS_EVENTHANDLER_H */
+#endif /* _SYS_EVENTHANDLER_H_ */
#endif /* _KERNEL */
OpenPOWER on IntegriCloud