aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/common.h
blob: 79197d8b34aa1b013e6fb6125017ec5921413410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <linux/amba/serial.h>
#ifdef CONFIG_ARCH_INTEGRATOR_AP
extern struct amba_pl010_data ap_uart_data;
#else
/* Not used without Integrator/AP support anyway */
struct amba_pl010_data ap_uart_data {};
#endif
void integrator_init_early(void);
int integrator_init(bool is_cp);
void integrator_reserve(void);
void integrator_restart(char, const char *);
void integrator_init_sysfs(struct device *parent, u32 id);