gpio.h 260 B

123456789101112
  1. #ifndef __ASM_ARCH_GPIO_H
  2. #define __ASM_ARCH_GPIO_H
  3. /*
  4. * 288 (#267 is the highest one actually hooked up) onchip GPIOs, plus enough
  5. * room for a couple of GPIO expanders.
  6. */
  7. #define ARCH_NR_GPIOS 350
  8. #include <plat/gpio.h>
  9. #endif /* __ASM_ARCH_GPIO_H */