repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
arch
/
arm
/
mach-ux500
/
include
/
mach
/
gpio.h
blob
7389df911b1ac8639e6e1dc3c5975d9ed5c112dc
1
#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
#endif
/* __ASM_ARCH_GPIO_H */