aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/qcom_rpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/qcom_rpm.h')
-rw-r--r--include/linux/mfd/qcom_rpm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/qcom_rpm.h b/include/linux/mfd/qcom_rpm.h
index 742ebf1b76ca..a7af2edf0f64 100644
--- a/include/linux/mfd/qcom_rpm.h
+++ b/include/linux/mfd/qcom_rpm.h
@@ -9,5 +9,6 @@ struct qcom_rpm;
#define QCOM_RPM_SLEEP_STATE 1
int qcom_rpm_write(struct qcom_rpm *rpm, int state, int resource, u32 *buf, size_t count);
+int qcom_rpm_read(struct qcom_rpm *rpm, int resource, u32 *buf, size_t count);
#endif