blob: cc5c16ef234d0e400595d0f32ac4ecce48786bed [file] [log] [blame]
Nick Kralevicha67e4de2013-01-14 11:28:26 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
Ben Cheng655a7c02013-10-16 16:09:24 -070019#ifndef _LINUX_I8K_H
20#define _LINUX_I8K_H
21#define I8K_PROC "/proc/i8k"
22#define I8K_PROC_FMT "1.0"
Nick Kralevicha67e4de2013-01-14 11:28:26 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070024#define I8K_BIOS_VERSION _IOR ('i', 0x80, int)
25#define I8K_MACHINE_ID _IOR ('i', 0x81, int)
26#define I8K_POWER_STATUS _IOR ('i', 0x82, size_t)
27#define I8K_FN_STATUS _IOR ('i', 0x83, size_t)
Nick Kralevicha67e4de2013-01-14 11:28:26 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070029#define I8K_GET_TEMP _IOR ('i', 0x84, size_t)
30#define I8K_GET_SPEED _IOWR('i', 0x85, size_t)
31#define I8K_GET_FAN _IOWR('i', 0x86, size_t)
32#define I8K_SET_FAN _IOWR('i', 0x87, size_t)
Nick Kralevicha67e4de2013-01-14 11:28:26 -080033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070034#define I8K_FAN_LEFT 1
35#define I8K_FAN_RIGHT 0
36#define I8K_FAN_OFF 0
37#define I8K_FAN_LOW 1
Nick Kralevicha67e4de2013-01-14 11:28:26 -080038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070039#define I8K_FAN_HIGH 2
40#define I8K_FAN_MAX I8K_FAN_HIGH
41#define I8K_VOL_UP 1
42#define I8K_VOL_DOWN 2
Nick Kralevicha67e4de2013-01-14 11:28:26 -080043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070044#define I8K_VOL_MUTE 4
45#define I8K_AC 1
46#define I8K_BATTERY 0
Nick Kralevicha67e4de2013-01-14 11:28:26 -080047#endif
Ben Cheng655a7c02013-10-16 16:09:24 -070048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */