GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / include / asm / smp_scu.h
blob2376835015d62ce991abe4aef1f5946ac19707f5
1 #ifndef __ASMARM_ARCH_SCU_H
2 #define __ASMARM_ARCH_SCU_H
4 unsigned int scu_get_core_count(void __iomem *);
5 void scu_enable(void __iomem *);
7 #endif