blob: 3c4cd31ad9f734a8b463ad4f2b24b50ef1c3836b [file] [log] [blame]
Rabin Vincent94bdc0e2010-03-03 04:54:37 +01001#ifndef __ASM_ARCH_GPIO_H
2#define __ASM_ARCH_GPIO_H
3
4/*
5 * 288 (#267 is the highest one actually hooked up) onchip GPIOs, plus enough
6 * room for a couple of GPIO expanders.
7 */
8#define ARCH_NR_GPIOS 350
9
10#include <plat/gpio.h>
11
Rabin Vincent94bdc0e2010-03-03 04:54:37 +010012#endif /* __ASM_ARCH_GPIO_H */