| #ifndef _UAPI_LINUX_THERMAL_H |
| #define _UAPI_LINUX_THERMAL_H |
| #define THERMAL_NAME_LENGTH 20 |
| /* Adding event notification support elements */ |
| #define THERMAL_GENL_FAMILY_NAME "thermal_event" |
| #define THERMAL_GENL_VERSION 0x01 |
| #define THERMAL_GENL_MCAST_GROUP_NAME "thermal_mc_grp" |
| /* Events supported by Thermal Netlink */ |
| /* attributes of thermal_genl_family */ |
| THERMAL_GENL_ATTR_UNSPEC, |
| #define THERMAL_GENL_ATTR_MAX (__THERMAL_GENL_ATTR_MAX - 1) |
| /* commands supported by the thermal_genl_family */ |
| #define THERMAL_GENL_CMD_MAX (__THERMAL_GENL_CMD_MAX - 1) |
| #endif /* _UAPI_LINUX_THERMAL_H */ |