| 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 |
