diff options
| author | Florian Fainelli <f.fainelli@gmail.com> | 2014-11-19 21:11:00 -0500 |
|---|---|---|
| committer | Zhang Rui <rui.zhang@intel.com> | 2014-12-09 01:10:41 -0500 |
| commit | af6c9f1657ca6d2ef2b2c0e31ad17c6fbf773baf (patch) | |
| tree | a2a148611792c71bcee577c505b20851f07fcefd /include/uapi/linux/Kbuild | |
| parent | 9d367e5e7b05c71a8c1ac4e9b6e00ba45a79f2fc (diff) | |
thermal: provide an UAPI header file
include/linux/thermal.h contains definitions for the Thermal generic
netlink family, but none of the valuable information relevant to
user-space such as the Genl family name, multicast group, version or
command set and data types is exported to user-space.
Export all the relevant generic netlink information to user-space to
make this genl family usable by user-space, and while at it, export
THERMAL_NAME_LENGTH since it limits name length for thermal_hwmon
devices.
Kbuild and MAINTAINERS are also updated accordingly to reflect this new
file: include/uapi/linux/thermal.h.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'include/uapi/linux/Kbuild')
| -rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 4c94f31a8c99..a1943e2d1264 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
| @@ -383,6 +383,7 @@ header-y += tcp.h | |||
| 383 | header-y += tcp_metrics.h | 383 | header-y += tcp_metrics.h |
| 384 | header-y += telephony.h | 384 | header-y += telephony.h |
| 385 | header-y += termios.h | 385 | header-y += termios.h |
| 386 | header-y += thermal.h | ||
| 386 | header-y += time.h | 387 | header-y += time.h |
| 387 | header-y += times.h | 388 | header-y += times.h |
| 388 | header-y += timex.h | 389 | header-y += timex.h |
