]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/asm-arm/arch-ep93xx/platform.h
[ARM] 3634/1: ep93xx: initial implementation of the clk_* API
[mirror_ubuntu-artful-kernel.git] / include / asm-arm / arch-ep93xx / platform.h
CommitLineData
e7736d47
LB
1/*
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);
1d81eedb 11void ep93xx_clock_init(void);
e7736d47
LB
12extern struct sys_timer ep93xx_timer;
13
14
15#endif