]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/mach-ep93xx/include/mach/platform.h
Merge branch 'for_rmk' of git://git.mnementh.co.uk/linux-2.6-im into devel
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-ep93xx / include / mach / platform.h
CommitLineData
e7736d47 1/*
a09e64fb 2 * arch/arm/mach-ep93xx/include/mach/platform.h
e7736d47
LB
3 */
4
5#ifndef __ASSEMBLY__
6
1d22e05d
LB
7struct ep93xx_eth_data
8{
9 unsigned char dev_addr[6];
10 unsigned char phy_id;
11};
12
a0a08fdc
HS
13void ep93xx_map_io(void);
14void ep93xx_init_irq(void);
15void ep93xx_init_time(unsigned long);
16void ep93xx_register_eth(struct ep93xx_eth_data *data, int copy_addr);
d52a26a9 17void ep93xx_register_i2c(struct i2c_board_info *devices, int num);
a0a08fdc
HS
18void ep93xx_init_devices(void);
19extern struct sys_timer ep93xx_timer;
e7736d47
LB
20
21#endif