blob: 210f50b95fdc12aa77301cb04d77dd65cb4a820b [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 ***
Ben Cheng654325d2012-03-07 21:13:49 -080010 *** 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 ***
Colin Crossb5088762010-06-09 15:51:43 -070017 ****************************************************************************
18 ****************************************************************************/
19#ifndef __L3G4200D_H__
20#define __L3G4200D_H__
Colin Crossb5088762010-06-09 15:51:43 -070021#include <linux/ioctl.h>
Colin Crossb5088762010-06-09 15:51:43 -070022#define L3G4200D_NAME "l3g4200d"
Ben Cheng654325d2012-03-07 21:13:49 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Colin Crossb5088762010-06-09 15:51:43 -070024#define L3G4200D_IOCTL_BASE 77
Colin Crossb5088762010-06-09 15:51:43 -070025#define L3G4200D_IOCTL_SET_DELAY _IOW(L3G4200D_IOCTL_BASE, 0, int)
26#define L3G4200D_IOCTL_GET_DELAY _IOR(L3G4200D_IOCTL_BASE, 1, int)
27#define L3G4200D_IOCTL_SET_ENABLE _IOW(L3G4200D_IOCTL_BASE, 2, int)
Ben Cheng654325d2012-03-07 21:13:49 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Colin Crossb5088762010-06-09 15:51:43 -070029#define L3G4200D_IOCTL_GET_ENABLE _IOR(L3G4200D_IOCTL_BASE, 3, int)
Colin Crossb5088762010-06-09 15:51:43 -070030#endif