2005-04-17 00:20:36 +02:00
|
|
|
/*
|
|
|
|
* linux/arch/arm/mach-clps711x/common.h
|
|
|
|
*
|
|
|
|
* Common bits.
|
|
|
|
*/
|
|
|
|
|
2013-07-09 01:01:40 +02:00
|
|
|
#include <linux/reboot.h>
|
|
|
|
|
2012-11-17 14:57:15 +01:00
|
|
|
#define CLPS711X_NR_IRQS (33)
|
2012-11-17 14:57:08 +01:00
|
|
|
#define CLPS711X_NR_GPIO (4 * 8 + 3)
|
|
|
|
#define CLPS711X_GPIO(prt, bit) ((prt) * 8 + (bit))
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
extern void clps711x_map_io(void);
|
|
|
|
extern void clps711x_init_irq(void);
|
2012-11-08 20:40:59 +01:00
|
|
|
extern void clps711x_timer_init(void);
|
2012-11-17 14:57:14 +01:00
|
|
|
extern void clps711x_handle_irq(struct pt_regs *regs);
|
2013-07-09 01:01:40 +02:00
|
|
|
extern void clps711x_restart(enum reboot_mode mode, const char *cmd);
|
2013-05-13 19:07:31 +02:00
|
|
|
extern void clps711x_init_early(void);
|