ARM: 6112/1: Use the Inner Shareable I-cache and BTB ops on ARMv7 SMP
[linux-2.6-block.git] / arch / arm / include / asm / smp_scu.h
CommitLineData
4b17244c
CM
1#ifndef __ASMARM_ARCH_SCU_H
2#define __ASMARM_ARCH_SCU_H
3
a8cbcd92
RK
4unsigned int scu_get_core_count(void __iomem *);
5void scu_enable(void __iomem *);
4b17244c
CM
6
7#endif