Searched refs:LIBTHERMAL_API (Results 1 – 1 of 1) sorted by relevance
9 #ifndef LIBTHERMAL_API10 #define LIBTHERMAL_API __attribute__((visibility("default"))) macro114 LIBTHERMAL_API struct thermal_handler *thermal_init(struct thermal_ops *ops);116 LIBTHERMAL_API void thermal_exit(struct thermal_handler *th);121 LIBTHERMAL_API thermal_error_t thermal_events_exit(struct thermal_handler *th);123 LIBTHERMAL_API thermal_error_t thermal_events_init(struct thermal_handler *th);127 LIBTHERMAL_API int thermal_events_fd(struct thermal_handler *th);132 LIBTHERMAL_API thermal_error_t thermal_cmd_exit(struct thermal_handler *th);134 LIBTHERMAL_API thermal_error_t thermal_cmd_init(struct thermal_handler *th);136 LIBTHERMAL_API thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th,[all …]