aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/common.h
blob: b7c0c75c90c01a9a638769d4e434fbe5d27f4e4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * linux/arch/arm/mach-clps711x/common.h
 *
 * Common bits.
 */

#define CLPS711X_NR_IRQS	(33)
#define CLPS711X_NR_GPIO	(4 * 8 + 3)
#define CLPS711X_GPIO(prt, bit)	((prt) * 8 + (bit))

struct sys_timer;

extern void clps711x_map_io(void);
extern void clps711x_init_irq(void);
extern void clps711x_handle_irq(struct pt_regs *regs);
extern void clps711x_restart(char mode, const char *cmd);
extern struct sys_timer clps711x_timer;