blob: 54cb7607b52669ec7d31aad95e44ffd04471a4fb [file] [log] [blame]
Gregory CLEMENT009f1312012-08-02 11:16:29 +03001/*
2 * arch/arm/mach-mvebu/include/mach/coherency.h
3 *
4 *
5 * Coherency fabric (Aurora) support for Armada 370 and XP platforms.
6 *
7 * Copyright (C) 2012 Marvell
8 *
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without any
11 * warranty of any kind, whether express or implied.
12 */
13
14#ifndef __MACH_370_XP_COHERENCY_H
15#define __MACH_370_XP_COHERENCY_H
16
Jisheng Zhangb12634e2013-11-07 17:02:38 +080017extern unsigned long coherency_phys_base;
Gregory CLEMENT952f4ca2014-04-14 17:10:07 +020018int set_cpu_coherent(void);
Jisheng Zhangb12634e2013-11-07 17:02:38 +080019
Gregory CLEMENT009f1312012-08-02 11:16:29 +030020int coherency_init(void);
Thomas Petazzoni501f9282014-04-14 15:47:00 +020021int coherency_available(void);
Gregory CLEMENT009f1312012-08-02 11:16:29 +030022
23#endif /* __MACH_370_XP_COHERENCY_H */