Priyanka Mathur | f198a16 | 2012-12-05 19:05:00 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2012, The Linux Foundation. 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 | |
| 14 | #ifndef __ARCH_ARM_MACH_MSM_TEST_LPM_H |
| 15 | #define __ARCH_ARM_MACH_MSM_TEST_LPM_H |
| 16 | |
| 17 | struct lpm_test_platform_data { |
| 18 | struct msm_rpmrs_level *msm_lpm_test_levels; |
| 19 | int msm_lpm_test_level_count; |
| 20 | bool use_qtimer; |
| 21 | }; |
| 22 | #endif |