summaryrefslogtreecommitdiffstats
path: root/utils.h
diff options
context:
space:
mode:
authorPaul Keith <javelinanddart@gmail.com>2017-12-31 02:17:32 +0100
committerMichael Bestas <mkbestas@lineageos.org>2019-10-23 01:12:56 +0300
commit23dc599d41a3c9952852e7564c8b5e5e0cbbf931 (patch)
tree9208544b6ce9b13236e9baf6e1ed8a8c4d2dead6 /utils.h
parent45df97b4a01aaf7fd6e2df17126bd53e59e0099a (diff)
downloadvendor_qcom_opensource_power-23dc599d41a3c9952852e7564c8b5e5e0cbbf931.tar.gz
vendor_qcom_opensource_power-23dc599d41a3c9952852e7564c8b5e5e0cbbf931.tar.bz2
vendor_qcom_opensource_power-23dc599d41a3c9952852e7564c8b5e5e0cbbf931.zip
power: Fix a few compiler warnings
* And unify styling a little bit Change-Id: I7f9bb43a534e352fdd7693ff975749864f8addb3
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 4c3dc7f..7f8b3dd 100644
--- a/utils.h
+++ b/utils.h
@@ -42,6 +42,7 @@ void unvote_ondemand_sdf_low();
void perform_hint_action(int hint_id, int resource_values[],
int num_resources);
void undo_hint_action(int hint_id);
+void undo_initial_hint_action();
void release_request(int lock_handle);
int interaction_with_handle(int lock_handle, int duration, int num_args, int opt_list[]);
int perf_hint_enable(int hint_id, int duration);