blob: ced2f706164c677743643a7b65422e248d806401 [file] [log] [blame]
Trilok Sonid1fe37f2012-11-08 15:00:36 +05301/*
2 * MSM architecture CPU clock driver header
3 *
4 * Copyright (c) 2012, Linux Foundation. All rights reserved.
5 *
6 * This software is licensed under the terms of the GNU General Public
7 * License version 2, as published by the Free Software Foundation, and
8 * may be copied, distributed, and modified under those terms.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 */
16#ifndef __ARCH_ARM_MACH_MSM_ACPUCLOCK_8625Q_H
17#define __ARCH_ARM_MACH_MSM_ACPUCLOCK_8625Q_H
18
19# include "acpuclock.h"
20/**
21 * struct acpuclk_pdata_8625q - Platform data for acpuclk
22 */
23struct acpuclk_pdata_8625q {
24 struct acpuclk_pdata *acpu_clk_data;
25 unsigned int pvs_voltage_uv;
Utsab Bose2e7a90a2012-12-10 20:22:27 +053026 bool flag;
Trilok Sonid1fe37f2012-11-08 15:00:36 +053027};
28
29#endif /* __ARCH_ARM_MACH_MSM_ACPUCLOCK_8625Q_H */