summaryrefslogtreecommitdiff
path: root/drivers/rmnet/shs/rmnet_shs_freq.h
diff options
context:
space:
mode:
authorWilson Sung <wilsonsung@google.com>2019-12-23 12:28:40 +0800
committerWilson Sung <wilsonsung@google.com>2019-12-23 12:28:54 +0800
commitdf7ee6ef20b0e01af170dc11a81fc85902b2f689 (patch)
tree66b7621633e7cefaf2914636bdded53a5d0a7885 /drivers/rmnet/shs/rmnet_shs_freq.h
parente7210f09d00c91f87b295c7a952f040c73506cc0 (diff)
parent7fa0fbc4c4b5344b5c4b9ca7851502f475573fed (diff)
downloaddata-kernel-df7ee6ef20b0e01af170dc11a81fc85902b2f689.tar.gz
Merge branch 'LA.UM.8.1.C9.09.00.00.518.343' via branch 'qcom-msm-4.14' into android-msm-floral-4.14android-r-preview-3_r0.7android-r-preview-2_r0.7android-msm-coral-4.14-r-preview-3android-msm-coral-4.14-r-preview-2
Bug: 146759211 Change-Id: I594bc7e2ab1c248a53a1aa2f49604bc37bdab434 Signed-off-by: Wilson Sung <wilsonsung@google.com>
Diffstat (limited to 'drivers/rmnet/shs/rmnet_shs_freq.h')
-rw-r--r--drivers/rmnet/shs/rmnet_shs_freq.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/rmnet/shs/rmnet_shs_freq.h b/drivers/rmnet/shs/rmnet_shs_freq.h
new file mode 100644
index 0000000..7be4538
--- /dev/null
+++ b/drivers/rmnet/shs/rmnet_shs_freq.h
@@ -0,0 +1,24 @@
+/* Copyright (c) 2019 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
+ * only version 2 as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * RMNET Data Smart Hash solution
+ *
+ */
+
+#ifndef _RMNET_SHS_FREQ_H_
+#define _RMNET_SHS_FREQ_H_
+
+int rmnet_shs_freq_init(void);
+int rmnet_shs_freq_exit(void);
+void rmnet_shs_boost_cpus(void);
+void rmnet_shs_reset_cpus(void);
+
+#endif