Gregory CLEMENT | 009f131 | 2012-08-02 11:16:29 +0300 | [diff] [blame] | 1 | /* |
| 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 Zhang | b12634e | 2013-11-07 17:02:38 +0800 | [diff] [blame] | 17 | extern unsigned long coherency_phys_base; |
Gregory CLEMENT | 952f4ca | 2014-04-14 17:10:07 +0200 | [diff] [blame] | 18 | int set_cpu_coherent(void); |
Jisheng Zhang | b12634e | 2013-11-07 17:02:38 +0800 | [diff] [blame] | 19 | |
Gregory CLEMENT | 009f131 | 2012-08-02 11:16:29 +0300 | [diff] [blame] | 20 | int coherency_init(void); |
Thomas Petazzoni | 501f928 | 2014-04-14 15:47:00 +0200 | [diff] [blame] | 21 | int coherency_available(void); |
Gregory CLEMENT | 009f131 | 2012-08-02 11:16:29 +0300 | [diff] [blame] | 22 | |
| 23 | #endif /* __MACH_370_XP_COHERENCY_H */ |