1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 /* Copyright 2011-2014 Autronica Fire and Secu 1 /* Copyright 2011-2014 Autronica Fire and Security AS 3 * 2 * >> 3 * This program is free software; you can redistribute it and/or modify it >> 4 * under the terms of the GNU General Public License as published by the Free >> 5 * Software Foundation; either version 2 of the License, or (at your option) >> 6 * any later version. >> 7 * 4 * Author(s): 8 * Author(s): 5 * 2011-2014 Arvid Brodin, arvid.brodin@a 9 * 2011-2014 Arvid Brodin, arvid.brodin@alten.se 6 * << 7 * include file for HSR and PRP. << 8 */ 10 */ 9 11 10 #ifndef __HSR_NETLINK_H 12 #ifndef __HSR_NETLINK_H 11 #define __HSR_NETLINK_H 13 #define __HSR_NETLINK_H 12 14 13 #include <linux/if_ether.h> 15 #include <linux/if_ether.h> 14 #include <linux/module.h> 16 #include <linux/module.h> 15 #include <uapi/linux/hsr_netlink.h> 17 #include <uapi/linux/hsr_netlink.h> 16 18 17 struct hsr_priv; 19 struct hsr_priv; 18 struct hsr_port; 20 struct hsr_port; 19 21 20 int __init hsr_netlink_init(void); 22 int __init hsr_netlink_init(void); 21 void __exit hsr_netlink_exit(void); 23 void __exit hsr_netlink_exit(void); 22 24 23 void hsr_nl_ringerror(struct hsr_priv *hsr, un 25 void hsr_nl_ringerror(struct hsr_priv *hsr, unsigned char addr[ETH_ALEN], 24 struct hsr_port *port); 26 struct hsr_port *port); 25 void hsr_nl_nodedown(struct hsr_priv *hsr, uns 27 void hsr_nl_nodedown(struct hsr_priv *hsr, unsigned char addr[ETH_ALEN]); >> 28 void hsr_nl_framedrop(int dropcount, int dev_idx); >> 29 void hsr_nl_linkdown(int dev_idx); 26 30 27 #endif /* __HSR_NETLINK_H */ 31 #endif /* __HSR_NETLINK_H */ 28 32
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.