1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/if_ether.h>
8 unsigned char group_address
[ETH_ALEN
];
9 void (*rcv
)(const struct stp_proto
*, struct sk_buff
*,
14 int stp_proto_register(const struct stp_proto
*proto
);
15 void stp_proto_unregister(const struct stp_proto
*proto
);
17 #endif /* _NET_STP_H */