drm/dp_mst: Add helper to get port number at specific LCT from RAD
[drm/drm-misc.git] / drivers / thermal / testing / thermal_testing.h
blobc790a32aae4ed7f383c7bdfc967d739d07a3a91e
1 /* SPDX-License-Identifier: GPL-2.0 */
3 extern struct dentry *d_testing;
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);
11 void tt_zone_cleanup(void);