2024-09-09 08:57:42 +00:00
|
|
|
#include <linux/reboot.h>
|
|
|
|
#include <linux/amba/serial.h>
|
|
|
|
extern struct amba_pl010_data ap_uart_data;
|
2024-09-09 08:52:07 +00:00
|
|
|
void integrator_init_early(void);
|
2024-09-09 08:57:42 +00:00
|
|
|
int integrator_init(bool is_cp);
|
2024-09-09 08:52:07 +00:00
|
|
|
void integrator_reserve(void);
|
2024-09-09 08:57:42 +00:00
|
|
|
void integrator_restart(enum reboot_mode, const char *);
|
|
|
|
void integrator_init_sysfs(struct device *parent, u32 id);
|