2013-07-08 23:01:40 +00:00
|
|
|
#include <linux/reboot.h>
|
2012-09-06 08:08:47 +00:00
|
|
|
#include <linux/amba/serial.h>
|
2012-11-17 18:24:23 +00:00
|
|
|
extern struct amba_pl010_data ap_uart_data;
|
2011-01-11 13:00:04 +00:00
|
|
|
void integrator_init_early(void);
|
2012-09-06 08:06:52 +00:00
|
|
|
int integrator_init(bool is_cp);
|
2010-05-22 17:18:57 +00:00
|
|
|
void integrator_reserve(void);
|
2013-07-08 23:01:40 +00:00
|
|
|
void integrator_restart(enum reboot_mode, const char *);
|
2012-11-02 00:31:10 +00:00
|
|
|
void integrator_init_sysfs(struct device *parent, u32 id);
|