Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 1 | #include <linux/amba/serial.h> |
Linus Walleij | 379df27 | 2012-11-17 19:24:23 +0100 | [diff] [blame] | 2 | extern struct amba_pl010_data ap_uart_data; |
Russell King | c735c98 | 2011-01-11 13:00:04 +0000 | [diff] [blame] | 3 | void integrator_init_early(void); |
Linus Walleij | 9bf26a1 | 2012-09-06 09:06:52 +0100 | [diff] [blame] | 4 | int integrator_init(bool is_cp); |
Russell King | 98c672c | 2010-05-22 18:18:57 +0100 | [diff] [blame] | 5 | void integrator_reserve(void); |
Russell King | 6338b66 | 2011-11-03 19:54:37 +0000 | [diff] [blame] | 6 | void integrator_restart(char, const char *); |
Linus Walleij | e67ae6b | 2012-11-02 01:31:10 +0100 | [diff] [blame] | 7 | void integrator_init_sysfs(struct device *parent, u32 id); |