blob: f0f717080e926f05245ed742e15982e5be98373d [file] [log] [blame]
Iliyan Malchev898cc982009-08-20 16:31:28 -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 Cheng94a85f62012-03-06 15:45:52 -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 ***
Iliyan Malchev898cc982009-08-20 16:31:28 -070017 ****************************************************************************
18 ****************************************************************************/
19#ifndef __LINUX_LIGHTSENSOR_H
20#define __LINUX_LIGHTSENSOR_H
Iliyan Malchev898cc982009-08-20 16:31:28 -070021#include <linux/types.h>
22#include <linux/ioctl.h>
Ben Cheng94a85f62012-03-06 15:45:52 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Iliyan Malchev898cc982009-08-20 16:31:28 -070024#define LIGHTSENSOR_IOCTL_MAGIC 'l'
Iliyan Malchev898cc982009-08-20 16:31:28 -070025#define LIGHTSENSOR_IOCTL_GET_ENABLED _IOR(LIGHTSENSOR_IOCTL_MAGIC, 1, int *)
26#define LIGHTSENSOR_IOCTL_ENABLE _IOW(LIGHTSENSOR_IOCTL_MAGIC, 2, int *)
Iliyan Malchev898cc982009-08-20 16:31:28 -070027#endif
Ben Cheng94a85f62012-03-06 15:45:52 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */