#ifndef _NET_STP_H #define _NET_STP_H struct stp_proto { unsigned char group_address[ETH_ALEN]; void (*rcv)(const struct stp_proto *, struct sk_buff *, struct net_device *); void *data; }; int stp_proto_register(const struct stp_proto *proto); void stp_proto_unregister(const struct stp_proto *proto); #endif /* _NET_STP_H */ vcs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-01Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.or...David S. Miller2-1/+2