2012-09-06 08:08:47 +00:00
|
|
|
#include <linux/amba/serial.h>
|
2012-11-17 18:24:23 +00:00
|
|
|
#ifdef CONFIG_ARCH_INTEGRATOR_AP
|
|
|
|
extern struct amba_pl010_data ap_uart_data;
|
|
|
|
#else
|
|
|
|
/* Not used without Integrator/AP support anyway */
|
|
|
|
struct amba_pl010_data ap_uart_data {};
|
|
|
|
#endif
|
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);
|
2011-11-03 19:54:37 +00:00
|
|
|
void integrator_restart(char, const char *);
|
2012-11-02 00:31:10 +00:00
|
|
|
void integrator_init_sysfs(struct device *parent, u32 id);
|