blob: 44eccec2cba45d36f69a6ac11e097feb250ca307 [file] [log] [blame]
Lennert Buytenheke7736d42006-03-20 17:10:13 +00001/*
2 * linux/include/asm-arm/arch-ep93xx/platform.h
3 */
4
5#ifndef __ASSEMBLY__
6
7void ep93xx_map_io(void);
8void ep93xx_init_irq(void);
9void ep93xx_init_time(unsigned long);
10void ep93xx_init_devices(void);
Lennert Buytenheke7736d42006-03-20 17:10:13 +000011extern struct sys_timer ep93xx_timer;
12
Lennert Buytenhek1d22e052006-09-22 02:28:13 +020013struct ep93xx_eth_data
14{
15 unsigned char dev_addr[6];
16 unsigned char phy_id;
17};
18
Lennert Buytenheke7736d42006-03-20 17:10:13 +000019
20#endif