]> Pileus Git - ~andy/linux/blob - arch/arm/mach-integrator/common.h
[SCSI] Merge tag 'fcoe-02-19-13' into for-linus
[~andy/linux] / arch / arm / mach-integrator / common.h
1 #include <linux/amba/serial.h>
2 #ifdef CONFIG_ARCH_INTEGRATOR_AP
3 extern struct amba_pl010_data ap_uart_data;
4 #else
5 /* Not used without Integrator/AP support anyway */
6 struct amba_pl010_data ap_uart_data {};
7 #endif
8 void integrator_init_early(void);
9 int integrator_init(bool is_cp);
10 void integrator_reserve(void);
11 void integrator_restart(char, const char *);
12 void integrator_init_sysfs(struct device *parent, u32 id);