blob: 7389df911b1ac8639e6e1dc3c5975d9ed5c112dc (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __ASM_ARCH_GPIO_H
#define __ASM_ARCH_GPIO_H
/*
* 288 (#267 is the highest one actually hooked up) onchip GPIOs, plus enough
* room for a couple of GPIO expanders.
*/
#define ARCH_NR_GPIOS 350
#endif /* __ASM_ARCH_GPIO_H */
|