Welcome to mirror list, hosted at ThFree Co, Russian Federation.

common.h « mach-integrator « arm « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f053aeebeb7aaa54477866f00ab91bf33613668a (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/reboot.h>
#include <linux/amba/serial.h>
extern struct amba_pl010_data ap_uart_data;
void integrator_init_early(void);
int integrator_init(bool is_cp);
void integrator_reserve(void);