1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * arch/arm/mach-mvebu/include/mach/coherency.h
4 *
5 * Coherency fabric (Aurora) support for Armada 370 and XP platforms.
6 *
7 * Copyright (C) 2012 Marvell
8 */
9
10#ifndef __MACH_370_XP_COHERENCY_H
11#define __MACH_370_XP_COHERENCY_H
12
13extern void __iomem *coherency_base;	/* for coherency_ll.S */
14extern unsigned long coherency_phys_base;
15int set_cpu_coherent(void);
16
17int coherency_init(void);
18int coherency_available(void);
19
20#endif	/* __MACH_370_XP_COHERENCY_H */
21