diff options
Diffstat (limited to 'arch/arm/mach-mvebu/coherency.h')
| -rw-r--r-- | arch/arm/mach-mvebu/coherency.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/coherency.h b/arch/arm/mach-mvebu/coherency.h index df33ad8a6c0..54cb7607b52 100644 --- a/arch/arm/mach-mvebu/coherency.h +++ b/arch/arm/mach-mvebu/coherency.h @@ -14,7 +14,10 @@  #ifndef __MACH_370_XP_COHERENCY_H  #define __MACH_370_XP_COHERENCY_H -int set_cpu_coherent(int cpu_id, int smp_group_id); +extern unsigned long coherency_phys_base; +int set_cpu_coherent(void); +  int coherency_init(void); +int coherency_available(void);  #endif	/* __MACH_370_XP_COHERENCY_H */  | 
