gpio.h 236 B

12345678910
  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. #endif /* __ASM_ARCH_GPIO_H */