Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Robin Holt | 7b6d864 | 2013-07-08 16:01:40 -0700 | [diff] [blame] | 2 | #include <linux/reboot.h> |
Linus Walleij | 4672cdd | 2012-09-06 09:08:47 +0100 | [diff] [blame] | 3 | #include <linux/amba/serial.h> |
Linus Walleij | 379df27 | 2012-11-17 19:24:23 +0100 | [diff] [blame] | 4 | extern struct amba_pl010_data ap_uart_data; |
Russell King | c735c98 | 2011-01-11 13:00:04 +0000 | [diff] [blame] | 5 | void integrator_init_early(void); |
Linus Walleij | 9bf26a1 | 2012-09-06 09:06:52 +0100 | [diff] [blame] | 6 | int integrator_init(bool is_cp); |
Russell King | 98c672c | 2010-05-22 18:18:57 +0100 | [diff] [blame] | 7 | void integrator_reserve(void); |