Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 1 | /* |
| 2 | * arch/arm/mach-ep93xx/include/mach/platform.h |
| 3 | */ |
| 4 | |
| 5 | #ifndef __ASSEMBLY__ |
| 6 | |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 7 | struct ep93xx_eth_data |
| 8 | { |
| 9 | unsigned char dev_addr[6]; |
| 10 | unsigned char phy_id; |
| 11 | }; |
| 12 | |
Hartley Sweeten | a0a08fd | 2008-10-04 20:01:49 +0100 | [diff] [blame] | 13 | void ep93xx_map_io(void); |
| 14 | void ep93xx_init_irq(void); |
| 15 | void ep93xx_init_time(unsigned long); |
| 16 | void ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr); |
| 17 | void ep93xx_init_devices(void); |
| 18 | extern struct sys_timer ep93xx_timer; |
Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 19 | |
| 20 | #endif |