1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ramips_eth: pass sys_clk via platform_data

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19462 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2010-01-31 17:56:30 +00:00
parent 6fdc10668d
commit 1630830019
3 changed files with 5 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ struct ramips_eth_platform_data
unsigned char mac[6];
void (*reset_fe)(void);
int min_pkt_len;
unsigned long sys_freq;
};
#endif /* _RAMIPS_ETH_PLATFORM_H */