xref: /linux/drivers/thermal/testing/thermal_testing.h (revision 566ab427f827b0256d3e8ce0235d088e6a9c28bd)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 extern struct dentry *d_testing;
4 
5 int tt_add_tz(void);
6 int tt_del_tz(const char *arg);
7 int tt_zone_add_trip(const char *arg);
8 int tt_zone_reg(const char *arg);
9 int tt_zone_unreg(const char *arg);
10 
11 void tt_zone_cleanup(void);
12