1 2 3 4 5 6 7
#ifndef __ASMARM_ARCH_SCU_H #define __ASMARM_ARCH_SCU_H unsigned int scu_get_core_count(void __iomem *); void scu_enable(void __iomem *); #endif