blob: 1cda3e40914fc6d7c0a40c155f2a5d7aeae28492 [file]
#ifndef __ASMARM_ARCH_SCU_H
#define __ASMARM_ARCH_SCU_H
unsigned int scu_get_core_count(void __iomem *);
void scu_enable(void __iomem *);
void scu_disable(void __iomem *);
#endif