blob: 3c4cd31ad9f734a8b463ad4f2b24b50ef1c3836b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
#include <plat/gpio.h>
#endif /* __ASM_ARCH_GPIO_H */
|