xref: /linux/tools/lib/thermal/libthermal.map (revision 7f71507851fc7764b36a3221839607d3a45c2025)
1LIBTHERMAL_0.0.1 {
2	global:
3		thermal_init;
4		for_each_thermal_zone;
5		for_each_thermal_trip;
6		for_each_thermal_cdev;
7		for_each_thermal_threshold;
8		thermal_zone_find_by_name;
9		thermal_zone_find_by_id;
10		thermal_zone_discover;
11		thermal_init;
12		thermal_events_init;
13		thermal_events_handle;
14		thermal_events_fd;
15		thermal_cmd_init;
16		thermal_cmd_get_tz;
17		thermal_cmd_get_cdev;
18		thermal_cmd_get_trip;
19		thermal_cmd_get_governor;
20		thermal_cmd_get_temp;
21		thermal_cmd_threshold_get;
22		thermal_cmd_threshold_add;
23		thermal_cmd_threshold_delete;
24		thermal_cmd_threshold_flush;
25		thermal_sampling_init;
26		thermal_sampling_handle;
27		thermal_sampling_fd;
28local:
29		*;
30};
31