Merge branch 'master' into next
[oweals/u-boot.git] / include / net.h
index 3f6a5d1497fe439abe7d6a3e19cd070ba8515e57..a180881dc73d498a2fd283e460bd08c8480d245c 100644 (file)
@@ -105,6 +105,7 @@ struct eth_device {
 #ifdef CONFIG_MCAST_TFTP
        int (*mcast) (struct eth_device*, u32 ip, u8 set);
 #endif
+       int  (*write_hwaddr) (struct eth_device*);
        struct eth_device *next;
        void *priv;
 };