1 /**************************************************************************** 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 **************************************************************************** 11 ****************************************************************************/ 12 #ifndef _LINUX_MAX9635_H__ 13 #define _LINUX_MAX9635_H__ 14 15 #define MAX9635_NAME "MAX9635_als" 16 #define FOPS_MAX9635_NAME "MAX9635" 17 18 #define MAX9635_IO 0xA3 19 20 #define MAX9635_IOCTL_GET_ENABLE _IOR(MAX9635_IO, 0x00, char) 21 #define MAX9635_IOCTL_SET_ENABLE _IOW(MAX9635_IO, 0x01, char) 22 23 #endif 24