blob: 6a4aafaad3a499f02fa1930d9fd57bb2aefb4781 [file] [log] [blame]
Jay Chokshiea67c622011-07-29 17:12:26 -07001/* Copyright (c) 2011, Code Aurora Forum. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13#ifndef __ARCH_ARM_MACH_MSM_BOARD_APQ8064_H
14#define __ARCH_ARM_MACH_MSM_BOARD_APQ8064_H
15
16#include <linux/mfd/pm8xxx/pm8921.h>
17
18extern struct pm8921_regulator_platform_data
19 msm8064_pm8921_regulator_pdata[] __devinitdata;
20
21extern int msm8064_pm8921_regulator_pdata_len __devinitdata;
22#endif