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