linux/include/uapi/linux/thermal.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_THERMAL_H
#define _UAPI_LINUX_THERMAL_H

#define THERMAL_NAME_LENGTH

enum thermal_device_mode {};

enum thermal_trip_type {};

/* Adding event notification support elements */
#define THERMAL_GENL_FAMILY_NAME
#define THERMAL_GENL_VERSION
#define THERMAL_GENL_SAMPLING_GROUP_NAME
#define THERMAL_GENL_EVENT_GROUP_NAME

/* Attributes of thermal_genl_family */
enum thermal_genl_attr {};
#define THERMAL_GENL_ATTR_MAX

enum thermal_genl_sampling {};
#define THERMAL_GENL_SAMPLING_MAX

/* Events of thermal_genl_family */
enum thermal_genl_event {};
#define THERMAL_GENL_EVENT_MAX

/* Commands supported by the thermal_genl_family */
enum thermal_genl_cmd {};
#define THERMAL_GENL_CMD_MAX

#endif /* _UAPI_LINUX_THERMAL_H */