ramips: add watchdog device for RT305x
[oweals/openwrt.git] / target / linux / ramips / files / arch / mips / include / asm / mach-ralink / ramips_eth_platform.h
index ec1e7d4fa2ed6f3874431669ea02837e2b75954c..25e91fec6d0e03a451187d3c37e3ebbb64ab6bc4 100644 (file)
@@ -25,6 +25,11 @@ struct ramips_eth_platform_data
        void (*reset_fe)(void);
        int min_pkt_len;
        unsigned long sys_freq;
+
+       int speed;
+       int duplex;
+       int tx_fc;
+       int rx_fc;
 };
 
 #endif /* _RAMIPS_ETH_PLATFORM_H */