gpio.h 166 B

1234567
  1. #ifndef _ARCH_ARM_GPIO_H
  2. #define _ARCH_ARM_GPIO_H
  3. /* not all ARM platforms necessarily support this API ... */
  4. #include <mach/gpio.h>
  5. #endif /* _ARCH_ARM_GPIO_H */