blob: 92d7c80b8eb9b0ef0fc9858f042ad6d0ef935164 [file] [log] [blame]
Nick Pelly7bbd4582010-11-01 15:49:19 -05001/****************************************************************************
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 ***
Nick Pelly7bbd4582010-11-01 15:49:19 -050017 ****************************************************************************
18 ****************************************************************************/
19#define PN544_MAGIC 0xE9
Ben Cheng654325d2012-03-07 21:13:49 -080020#define PN544_SET_PWR _IOW(PN544_MAGIC, 0x01, unsigned int)
Nick Pelly7bbd4582010-11-01 15:49:19 -050021struct pn544_i2c_platform_data {
22 unsigned int irq_gpio;
Ben Cheng654325d2012-03-07 21:13:49 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Nick Pelly7bbd4582010-11-01 15:49:19 -050024 unsigned int ven_gpio;
25 unsigned int firm_gpio;
26};