2675fae52537d9444654b51ce9cb3f8272d45c1a
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-ux500 / board-mop500-regulators.h
1 /*
2 * Copyright (C) ST-Ericsson SA 2010
3 *
4 * License Terms: GNU General Public License v2
5 *
6 * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson
7 *
8 * MOP500 board specific initialization for regulators
9 */
10
11 #ifndef __BOARD_MOP500_REGULATORS_H
12 #define __BOARD_MOP500_REGULATORS_H
13
14 #include <linux/regulator/machine.h>
15 #include <linux/regulator/ab8500.h>
16
17 extern struct regulator_init_data ab8500_regulators[AB8500_NUM_REGULATORS];
18
19 #endif