blob: 672f829b874d98fc0a08b8c47283de30f31ab911 [file] [log] [blame]
Iliyan Malchev4a1fe712009-07-08 14:04:16 -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 ***
Iliyan Malchev4a1fe712009-07-08 14:04:16 -070017 ****************************************************************************
18 ****************************************************************************/
19#ifndef __LINUX_CAPELLA_CM3602_H
20#define __LINUX_CAPELLA_CM3602_H
Iliyan Malchev4a1fe712009-07-08 14:04:16 -070021#include <linux/types.h>
22#include <linux/ioctl.h>
Ben Cheng654325d2012-03-07 21:13:49 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Iliyan Malchev4a1fe712009-07-08 14:04:16 -070024#define CAPELLA_CM3602_IOCTL_MAGIC 'c'
25#define CAPELLA_CM3602_IOCTL_GET_ENABLED _IOR(CAPELLA_CM3602_IOCTL_MAGIC, 1, int *)
26#define CAPELLA_CM3602_IOCTL_ENABLE _IOW(CAPELLA_CM3602_IOCTL_MAGIC, 2, int *)
Iliyan Malchev4a1fe712009-07-08 14:04:16 -070027#endif
Ben Cheng654325d2012-03-07 21:13:49 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */