summaryrefslogtreecommitdiff
path: root/include/linux/msm_mhi.h
diff options
context:
space:
mode:
authorSujeev Dias <sdias@codeaurora.org>2016-10-11 17:51:49 -0700
committerSujeev Dias <sdias@codeaurora.org>2017-02-24 14:54:11 -0800
commit8339f2fd20f2255a4f5c7a11040f08c7c13445c4 (patch)
treefd18b54d48c8bd7040279c95a9a06a8de650c651 /include/linux/msm_mhi.h
parent3ae052634ecb990af44da70746800a6045439057 (diff)
mhi: core: power management redesign
In order to support subsystem restart, and link down recovery, redesign mhi power management state machine. CRs-Fixed: 1081654 Change-Id: I3005b829bfdea1d3e9f086676c446b62b5d30d0b Signed-off-by: Sujeev Dias <sdias@codeaurora.org>
Diffstat (limited to 'include/linux/msm_mhi.h')
-rw-r--r--include/linux/msm_mhi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/msm_mhi.h b/include/linux/msm_mhi.h
index 263b8bba9e2c..f8ba31ea7573 100644
--- a/include/linux/msm_mhi.h
+++ b/include/linux/msm_mhi.h
@@ -215,7 +215,7 @@ int mhi_get_max_desc(struct mhi_client_handle *client_handle);
/* RmNET Reserved APIs, This APIs are reserved for use by the linux network
* stack only. Use by other clients will introduce system wide issues
*/
-int mhi_set_lpm(struct mhi_client_handle *client_handle, int enable_lpm);
+int mhi_set_lpm(struct mhi_client_handle *client_handle, bool enable_lpm);
int mhi_get_epid(struct mhi_client_handle *mhi_handle);
struct mhi_result *mhi_poll(struct mhi_client_handle *client_handle);
void mhi_mask_irq(struct mhi_client_handle *client_handle);