Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
db8500-prcmu.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) ST-Ericsson SA 2010
3  *
4  * License Terms: GNU General Public License v2
5  *
6  * Author: Bengt Jonsson <[email protected]> for ST-Ericsson
7  *
8  * Interface to power domain regulators on DB8500
9  */
10 
11 #ifndef __REGULATOR_H__
12 #define __REGULATOR_H__
13 
14 /* Number of DB8500 regulators and regulator enumeration */
37 };
38 
39 /*
40  * Exported interface for CPUIdle only. This function is called with all
41  * interrupts turned off.
42  */
44 
45 #endif