Home | History | Annotate | Download | only in linux
      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
     13 
     14 #define PN544_SET_PWR _IOW(0xE9, 0x01, unsigned int)
     15 
     16 struct pn544_i2c_platform_data {
     17  unsigned int irq_gpio;
     18  unsigned int ven_gpio;
     19  unsigned int firm_gpio;
     20 };
     21 
     22