summaryrefslogtreecommitdiff
path: root/libdde-linux26/libdde_linux26/contrib/include/net/stp.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-07-27 22:15:01 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-07-27 22:15:01 +0000
commit7996a3d79d55b7f879dfd62e202bbfe2963718d3 (patch)
tree8d9f6759fec4099b9be503c11c7ed174f7204980 /libdde-linux26/libdde_linux26/contrib/include/net/stp.h
parent4fbe7358c7747a9165f776eb19addbb9baf7def2 (diff)
really properly move files
Diffstat (limited to 'libdde-linux26/libdde_linux26/contrib/include/net/stp.h')
-rw-r--r--libdde-linux26/libdde_linux26/contrib/include/net/stp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libdde-linux26/libdde_linux26/contrib/include/net/stp.h b/libdde-linux26/libdde_linux26/contrib/include/net/stp.h
deleted file mode 100644
index ad447f10..00000000
--- a/libdde-linux26/libdde_linux26/contrib/include/net/stp.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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;
-};
-
-extern int stp_proto_register(const struct stp_proto *proto);
-extern void stp_proto_unregister(const struct stp_proto *proto);
-
-#endif /* _NET_STP_H */