]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/dsa.h
trivial: MPT fusion - remove long dead code
[linux-2.6-omap-h63xx.git] / include / net / dsa.h
index dc4784f545205dc090eabbf9c841e8f085e0d0d3..52e97bfca5a1e5e83a2641c287c4ec3db88a990e 100644 (file)
@@ -30,5 +30,8 @@ struct dsa_platform_data {
        char            *port_names[DSA_MAX_PORTS];
 };
 
+extern bool dsa_uses_dsa_tags(void *dsa_ptr);
+extern bool dsa_uses_trailer_tags(void *dsa_ptr);
+
 
 #endif