]> git.sur5r.net Git - u-boot/blobdiff - include/asm-ppc/u-boot.h
Adds two more ethernet interface to 83xx
[u-boot] / include / asm-ppc / u-boot.h
index 54ac01d3620de1b30919c035eedc7a0cf0f6c44e..745190584147b7acb64b532afaed434346f8be5d 100644 (file)
@@ -111,6 +111,12 @@ typedef struct bd_info {
 #ifdef CONFIG_HAS_ETH3
        unsigned char   bi_enet3addr[6];
 #endif
+#ifdef CONFIG_HAS_ETH4
+       unsigned char   bi_enet4addr[6];
+#endif
+#ifdef CONFIG_HAS_ETH5
+       unsigned char   bi_enet5addr[6];
+#endif
 
 #if defined(CONFIG_405GP) || defined(CONFIG_405EP) || \
     defined(CONFIG_405EZ) || defined(CONFIG_440GX) || \