#ifndef _UAPI_LINUX_THERMAL_H
#define _UAPI_LINUX_THERMAL_H
#define THERMAL_NAME_LENGTH …
enum thermal_device_mode { … };
enum thermal_trip_type { … };
#define THERMAL_GENL_FAMILY_NAME …
#define THERMAL_GENL_VERSION …
#define THERMAL_GENL_SAMPLING_GROUP_NAME …
#define THERMAL_GENL_EVENT_GROUP_NAME …
enum thermal_genl_attr { … };
#define THERMAL_GENL_ATTR_MAX …
enum thermal_genl_sampling { … };
#define THERMAL_GENL_SAMPLING_MAX …
enum thermal_genl_event { … };
#define THERMAL_GENL_EVENT_MAX …
enum thermal_genl_cmd { … };
#define THERMAL_GENL_CMD_MAX …
#endif