blob: 900c37360b22665333f6ec6b5df2be6014c88bf6 [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 ***
10 ****************************************************************************
11 ****************************************************************************/
12#define PN544_MAGIC 0xE9
13
14#define PN544_SET_PWR _IOW(0xE9, 0x01, unsigned int)
15
16struct pn544_i2c_platform_data {
17 unsigned int irq_gpio;
18 unsigned int ven_gpio;
19 unsigned int firm_gpio;
20};
21