]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/etherdevice.h
lz4: fix wrong compress buffer size for 64-bits
[karo-tx-linux.git] / include / linux / etherdevice.h
index eb049c622208e3a0815177c528ba9149e6bc8846..37ff4a6faa9a199dbcf345578facb97dccc6e555 100644 (file)
@@ -29,6 +29,9 @@
 #include <asm/bitsperlong.h>
 
 #ifdef __KERNEL__
+struct device;
+int eth_platform_get_mac_address(struct device *dev, u8 *mac_addr);
+unsigned char *arch_get_platform_get_mac_address(void);
 u32 eth_get_headlen(void *data, unsigned int max_len);
 __be16 eth_type_trans(struct sk_buff *skb, struct net_device *dev);
 extern const struct header_ops eth_header_ops;