gpio.h 164 B

12345678
  1. #ifndef __MACH_GPIO_H
  2. #define __MACH_GPIO_H
  3. #include "gpio-lpc32xx.h"
  4. #define ARCH_NR_GPIOS (LPC32XX_GPO_P3_GRP + LPC32XX_GPO_P3_MAX)
  5. #endif /* __MACH_GPIO_H */