blob: e696fa9ec817427669c91e7e551b17667fd8a621 [file] [log] [blame]
Colin Crossb5088762010-06-09 15:51:43 -07001/****************************************************************************
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__
Ben Cheng4b29af02012-03-07 16:14:53 -080014
Colin Crossb5088762010-06-09 15:51:43 -070015#define MAX9635_NAME "MAX9635_als"
16#define FOPS_MAX9635_NAME "MAX9635"
Ben Cheng4b29af02012-03-07 16:14:53 -080017
Colin Crossb5088762010-06-09 15:51:43 -070018#define MAX9635_IO 0xA3
Ben Cheng4b29af02012-03-07 16:14:53 -080019
Colin Crossb5088762010-06-09 15:51:43 -070020#define MAX9635_IOCTL_GET_ENABLE _IOR(MAX9635_IO, 0x00, char)
21#define MAX9635_IOCTL_SET_ENABLE _IOW(MAX9635_IO, 0x01, char)
Ben Cheng4b29af02012-03-07 16:14:53 -080022
Colin Crossb5088762010-06-09 15:51:43 -070023#endif