ramips: Add support for 8devices Carambola dev board.
[openwrt/svn-archive/archive.git] / target / linux / ramips / files / arch / mips / include / asm / mach-ralink / ramips_eth_platform.h
index a60a572f5f47fbf3ad25c88063bfa316a9e126be..57c0556b9398bb72445859b9eed5d2c811d94c41 100644 (file)
 #ifndef _RAMIPS_ETH_PLATFORM_H
 #define _RAMIPS_ETH_PLATFORM_H
 
+#include <linux/phy.h>
+
 struct ramips_eth_platform_data
 {
        unsigned char mac[6];
        void (*reset_fe)(void);
        int min_pkt_len;
+       unsigned long sys_freq;
+
+       int speed;
+       int duplex;
+       int tx_fc;
+       int rx_fc;
+
+       u32 phy_mask;
+       phy_interface_t phy_if_mode;
 };
 
 #endif /* _RAMIPS_ETH_PLATFORM_H */