[NET]: Move hardware header operations out of netdevice.
[deliverable/linux.git] / 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
This page took 0.02889 seconds and 5 git commands to generate.