summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/testing/thermal_testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/testing/thermal_testing.h')
-rw-r--r--drivers/thermal/testing/thermal_testing.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/thermal/testing/thermal_testing.h b/drivers/thermal/testing/thermal_testing.h
new file mode 100644
index 000000000000..c790a32aae4e
--- /dev/null
+++ b/drivers/thermal/testing/thermal_testing.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+extern struct dentry *d_testing;
+
+int tt_add_tz(void);
+int tt_del_tz(const char *arg);
+int tt_zone_add_trip(const char *arg);
+int tt_zone_reg(const char *arg);
+int tt_zone_unreg(const char *arg);
+
+void tt_zone_cleanup(void);