1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright 2011-2014 Autronica Fire and Secu 2 /* Copyright 2011-2014 Autronica Fire and Security AS 3 * 3 * 4 * Author(s): 4 * Author(s): 5 * 2011-2014 Arvid Brodin, arvid.brodin@a 5 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se 6 * << 7 * include file for HSR and PRP. << 8 */ 6 */ 9 7 10 #ifndef __HSR_NETLINK_H 8 #ifndef __HSR_NETLINK_H 11 #define __HSR_NETLINK_H 9 #define __HSR_NETLINK_H 12 10 13 #include <linux/if_ether.h> 11 #include <linux/if_ether.h> 14 #include <linux/module.h> 12 #include <linux/module.h> 15 #include <uapi/linux/hsr_netlink.h> 13 #include <uapi/linux/hsr_netlink.h> 16 14 17 struct hsr_priv; 15 struct hsr_priv; 18 struct hsr_port; 16 struct hsr_port; 19 17 20 int __init hsr_netlink_init(void); 18 int __init hsr_netlink_init(void); 21 void __exit hsr_netlink_exit(void); 19 void __exit hsr_netlink_exit(void); 22 20 23 void hsr_nl_ringerror(struct hsr_priv *hsr, un 21 void hsr_nl_ringerror(struct hsr_priv *hsr, unsigned char addr[ETH_ALEN], 24 struct hsr_port *port); 22 struct hsr_port *port); 25 void hsr_nl_nodedown(struct hsr_priv *hsr, uns 23 void hsr_nl_nodedown(struct hsr_priv *hsr, unsigned char addr[ETH_ALEN]); >> 24 void hsr_nl_framedrop(int dropcount, int dev_idx); >> 25 void hsr_nl_linkdown(int dev_idx); 26 26 27 #endif /* __HSR_NETLINK_H */ 27 #endif /* __HSR_NETLINK_H */ 28 28
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.