xref: /linux/arch/arm/mach-versatile/integrator.h (revision ff8fae94e26f5cd2779ceda0ee6d714a10501abd)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/reboot.h>
3 #include <linux/amba/serial.h>
4 extern struct amba_pl010_data ap_uart_data;
5 void integrator_init_early(void);
6 int integrator_init(bool is_cp);
7 void integrator_reserve(void);
8