brintos

brintos / linux-shallow public Read only

0
0
Text · 517 B · d5e7773 Raw
26 lines · plain
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		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;23local:24		*;25};26