Nick Pelly | 7bbd458 | 2010-11-01 15:49:19 -0500 | [diff] [blame] | 1 | /**************************************************************************** |
| 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 |
Ben Cheng | 4b29af0 | 2012-03-07 16:14:53 -0800 | [diff] [blame] | 13 | |
| 14 | #define PN544_SET_PWR _IOW(0xE9, 0x01, unsigned int) |
| 15 | |
Nick Pelly | 7bbd458 | 2010-11-01 15:49:19 -0500 | [diff] [blame] | 16 | struct pn544_i2c_platform_data { |
| 17 | unsigned int irq_gpio; |
| 18 | unsigned int ven_gpio; |
| 19 | unsigned int firm_gpio; |
| 20 | }; |
Ben Cheng | 4b29af0 | 2012-03-07 16:14:53 -0800 | [diff] [blame] | 21 | |