Trilok Soni | d1fe37f | 2012-11-08 15:00:36 +0530 | [diff] [blame] | 1 | /* |
| 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 | */ |
| 23 | struct acpuclk_pdata_8625q { |
| 24 | struct acpuclk_pdata *acpu_clk_data; |
| 25 | unsigned int pvs_voltage_uv; |
Utsab Bose | 2e7a90a | 2012-12-10 20:22:27 +0530 | [diff] [blame] | 26 | bool flag; |
Trilok Soni | d1fe37f | 2012-11-08 15:00:36 +0530 | [diff] [blame] | 27 | }; |
| 28 | |
| 29 | #endif /* __ARCH_ARM_MACH_MSM_ACPUCLOCK_8625Q_H */ |