]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/net.h
powerpc/8xxx: Fix bug in memctrl interleaving & bank interleaving on cs0~cs4
[karo-tx-uboot.git] / include / net.h
index 1c8ab12454b7e80de56eaaf8572f1fe3899e8957..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;
 };
@@ -508,9 +509,6 @@ extern void VLAN_to_string (ushort x, char *s);
 /* Convert a string to a vlan id */
 extern ushort string_to_VLAN(char *s);
 
-/* read an IP address from a environment variable */
-extern IPaddr_t getenv_IPaddr (char *);
-
 /* read a VLAN id from an environment variable */
 extern ushort getenv_VLAN(char *);