Select the types of activity you want to include in your feed.
1#ifndef __ASMARM_ARCH_SCU_H 2#define __ASMARM_ARCH_SCU_H 3 4unsigned int scu_get_core_count(void __iomem *); 5void scu_enable(void __iomem *); 6 7#endif