]> err.no Git - linux-2.6/blobdiff - include/linux/if_ether.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh64-2.6
[linux-2.6] / include / linux / if_ether.h
index 0e791e2c0c5a6e2a12651888aabdef699d263f5e..5f9297793661784f05d2e8567f6f4eddc36d43b8 100644 (file)
@@ -117,6 +117,8 @@ static inline struct ethhdr *eth_hdr(const struct sk_buff *skb)
        return (struct ethhdr *)skb_mac_header(skb);
 }
 
+int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr);
+
 #ifdef CONFIG_SYSCTL
 extern struct ctl_table ether_table[];
 #endif