ARM: clps711x: Implement usage "SPARSE_IRQ" kernel option for a platform
[deliverable/linux.git] / arch / arm / mach-clps711x / common.h
1 /*
2 * linux/arch/arm/mach-clps711x/common.h
3 *
4 * Common bits.
5 */
6
7 #define CLPS711X_NR_IRQS (30)
8 #define CLPS711X_NR_GPIO (4 * 8 + 3)
9 #define CLPS711X_GPIO(prt, bit) ((prt) * 8 + (bit))
10
11 struct sys_timer;
12
13 extern void clps711x_map_io(void);
14 extern void clps711x_init_irq(void);
15 extern struct sys_timer clps711x_timer;
16 extern void clps711x_restart(char mode, const char *cmd);
This page took 0.067688 seconds and 5 git commands to generate.