Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
smp_scu.h
Go to the documentation of this file.
1 #ifndef __ASMARM_ARCH_SCU_H
2 #define __ASMARM_ARCH_SCU_H
3 
4 #define SCU_PM_NORMAL 0
5 #define SCU_PM_DORMANT 2
6 #define SCU_PM_POWEROFF 3
7 
8 #ifndef __ASSEMBLER__
9 unsigned int scu_get_core_count(void __iomem *);
10 void scu_enable(void __iomem *);
11 int scu_power_mode(void __iomem *, unsigned int);
12 #endif
13 
14 #endif