Mike Lockwood | bf8947d | 2009-07-16 18:53:41 -0400 | [diff] [blame] | 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 __LIS331DLH_H__ |
| 13 | #define __LIS331DLH_H__ |
| 14 | |
| 15 | #include <linux/ioctl.h> |
| 16 | |
| 17 | #define LIS331DLH_IOCTL_BASE 77 |
| 18 | |
| 19 | #define LIS331DLH_IOCTL_SET_DELAY _IOW(LIS331DLH_IOCTL_BASE, 0, int) |
| 20 | #define LIS331DLH_IOCTL_GET_DELAY _IOR(LIS331DLH_IOCTL_BASE, 1, int) |
| 21 | #define LIS331DLH_IOCTL_SET_ENABLE _IOW(LIS331DLH_IOCTL_BASE, 2, int) |
| 22 | #define LIS331DLH_IOCTL_GET_ENABLE _IOR(LIS331DLH_IOCTL_BASE, 3, int) |
| 23 | #define LIS331DLH_IOCTL_SET_G_RANGE _IOW(LIS331DLH_IOCTL_BASE, 4, int) |
| 24 | |
| 25 | #define LIS331DLH_G_2G 0x00 |
| 26 | #define LIS331DLH_G_4G 0x10 |
| 27 | #define LIS331DLH_G_8G 0x30 |
| 28 | |
| 29 | #endif |
| 30 | |