Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
[deliverable/linux.git] / arch / arm / mach-clps711x / common.h
CommitLineData
1da177e4
LT
1/*
2 * linux/arch/arm/mach-clps711x/common.h
3 *
4 * Common bits.
5 */
6
7b6d864b
RH
7#include <linux/reboot.h>
8
b3a076dd
AS
9#define CLPS711X_NR_GPIO (4 * 8 + 3)
10#define CLPS711X_GPIO(prt, bit) ((prt) * 8 + (bit))
11
1da177e4
LT
12extern void clps711x_map_io(void);
13extern void clps711x_init_irq(void);
6bb27d73 14extern void clps711x_timer_init(void);
7b6d864b 15extern void clps711x_restart(enum reboot_mode mode, const char *cmd);
afc98d90
AS
16
17/* drivers/irqchip/irq-clps711x.c */
18void clps711x_intc_init(phys_addr_t, resource_size_t);
fff74a93
AS
19/* drivers/clk/clk-clps711x.c */
20void clps711x_clk_init(void __iomem *base);
21/* drivers/clocksource/clps711x-timer.c */
22void clps711x_clksrc_init(void __iomem *tc1_base, void __iomem *tc2_base,
23 unsigned int irq);
This page took 0.86113 seconds and 5 git commands to generate.