]> Pileus Git - ~andy/linux/blob - arch/arm/include/asm/smp_scu.h
Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd3-cold...
[~andy/linux] / arch / arm / include / asm / smp_scu.h
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