ARM: Convert to platform remove callback returning void
[linux-2.6-block.git] / arch / arm / mach-mvebu / coherency.h
CommitLineData
0fdebc5e 1/* SPDX-License-Identifier: GPL-2.0-only */
009f1315
GC
2/*
3 * arch/arm/mach-mvebu/include/mach/coherency.h
4 *
009f1315
GC
5 * Coherency fabric (Aurora) support for Armada 370 and XP platforms.
6 *
7 * Copyright (C) 2012 Marvell
009f1315
GC
8 */
9
10#ifndef __MACH_370_XP_COHERENCY_H
11#define __MACH_370_XP_COHERENCY_H
12
cb2bb5de 13extern void __iomem *coherency_base; /* for coherency_ll.S */
b12634e3 14extern unsigned long coherency_phys_base;
952f4ca7 15int set_cpu_coherent(void);
b12634e3 16
009f1315 17int coherency_init(void);
501f928e 18int coherency_available(void);
009f1315
GC
19
20#endif /* __MACH_370_XP_COHERENCY_H */