diff options
Diffstat (limited to 'include/linux/msm_thermal.h')
| -rw-r--r-- | include/linux/msm_thermal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/msm_thermal.h b/include/linux/msm_thermal.h index ab9f70002630..52331a5897f2 100644 --- a/include/linux/msm_thermal.h +++ b/include/linux/msm_thermal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -91,6 +91,7 @@ struct therm_threshold { int32_t trip_triggered; void (*notify)(struct therm_threshold *); struct threshold_info *parent; + int32_t cur_state; }; struct threshold_info { |
