Searched refs:LIBTHERMAL_API (Results 1 – 1 of 1) sorted by relevance
8 #ifndef LIBTHERMAL_API9 #define LIBTHERMAL_API __attribute__((visibility("default"))) macro90 LIBTHERMAL_API struct thermal_handler *thermal_init(struct thermal_ops *ops);92 LIBTHERMAL_API void thermal_exit(struct thermal_handler *th);97 LIBTHERMAL_API thermal_error_t thermal_events_exit(struct thermal_handler *th);99 LIBTHERMAL_API thermal_error_t thermal_events_init(struct thermal_handler *th);103 LIBTHERMAL_API int thermal_events_fd(struct thermal_handler *th);108 LIBTHERMAL_API thermal_error_t thermal_cmd_exit(struct thermal_handler *th);110 LIBTHERMAL_API thermal_error_t thermal_cmd_init(struct thermal_handler *th);112 LIBTHERMAL_API thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th,[all …]
Completed in 5 milliseconds