Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
arm
include
asm
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
Generated on Thu Jan 10 2013 12:55:22 for Linux Kernel by
1.8.2