blob: b6c363d72ea6022d25a278a40953c5f0b1fb0986 [file] [log] [blame]
Mike Lockwoodbf8947d2009-07-16 18:53:41 -04001/****************************************************************************
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_SFH7743_H_
13#define _LINUX_SFH7743_H_
Ben Cheng4b29af02012-03-07 16:14:53 -080014
Mike Lockwoodbf8947d2009-07-16 18:53:41 -040015#include <linux/ioctl.h>
Ben Cheng4b29af02012-03-07 16:14:53 -080016
Mike Lockwoodbf8947d2009-07-16 18:53:41 -040017#define SFH7743_IO 0xA2
Ben Cheng4b29af02012-03-07 16:14:53 -080018
Mike Lockwoodbf8947d2009-07-16 18:53:41 -040019#define SFH7743_IOCTL_GET_ENABLE _IOR(SFH7743_IO, 0x00, char)
20#define SFH7743_IOCTL_SET_ENABLE _IOW(SFH7743_IO, 0x01, char)
Ben Cheng4b29af02012-03-07 16:14:53 -080021
Mike Lockwoodbf8947d2009-07-16 18:53:41 -040022#endif