projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kernel] generic-2.6/2.6.30: gets rid of the length limitation on the name in the...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
include
/
asm-mips
/
mach-bcm63xx
/
bcm63xx_gpio.h
1
#ifndef BCM63XX_GPIO_H
2
#define BCM63XX_GPIO_H
3
4
/* all helpers will BUG() if gpio count is >= 37. */
5
#define BCM63XX_GPIO_COUNT 37
6
7
#define GPIO_DIR_OUT 0x0
8
#define GPIO_DIR_IN 0x1
9
10
#endif
/* !BCM63XX_GPIO_H */
This page took
0.049591 seconds
and
5
git commands to generate.