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