x86/boot: Rename overlapping memcpy() to memmove()
[linux/fpc-iii.git] / arch / arm / mach-ux500 / board-mop500-regulators.h
blob9bece38fe9333cf71ec1d95238b57bf955a2f14d
1 /*
2 * Copyright (C) ST-Ericsson SA 2010
4 * License Terms: GNU General Public License v2
6 * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson
8 * MOP500 board specific initialization for regulators
9 */
11 #ifndef __BOARD_MOP500_REGULATORS_H
12 #define __BOARD_MOP500_REGULATORS_H
14 #include <linux/regulator/machine.h>
15 #include <linux/regulator/ab8500.h>
17 extern struct ab8500_regulator_platform_data ab8500_regulator_plat_data;
18 extern struct ab8500_regulator_platform_data ab8505_regulator_plat_data;
19 extern struct regulator_init_data tps61052_regulator;
20 extern struct regulator_init_data gpio_en_3v3_regulator;
22 void mop500_regulator_init(void);
24 #endif