xref: /linux/arch/arm/mach-mvebu/coherency.h (revision 2da68a77)
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 
13 extern void __iomem *coherency_base;	/* for coherency_ll.S */
14 extern unsigned long coherency_phys_base;
15 int set_cpu_coherent(void);
16 
17 int coherency_init(void);
18 int coherency_available(void);
19 
20 #endif	/* __MACH_370_XP_COHERENCY_H */
21