GNU Linux-libre 5.19-rc6-gnu
[releases.git] / tools / lib / thermal / libthermal.map
1 LIBTHERMAL_0.0.1 {
2         global:
3                 thermal_init;
4                 for_each_thermal_zone;
5                 for_each_thermal_trip;
6                 for_each_thermal_cdev;
7                 thermal_zone_find_by_name;
8                 thermal_zone_find_by_id;
9                 thermal_zone_discover;
10                 thermal_init;
11                 thermal_events_init;
12                 thermal_events_handle;
13                 thermal_events_fd;
14                 thermal_cmd_init;
15                 thermal_cmd_get_tz;
16                 thermal_cmd_get_cdev;
17                 thermal_cmd_get_trip;
18                 thermal_cmd_get_governor;
19                 thermal_cmd_get_temp;
20                 thermal_sampling_init;
21                 thermal_sampling_handle;
22                 thermal_sampling_fd;
23 local:
24                 *;
25 };