repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync hh.org
[hh.org.git]
/
include
/
asm-arm
/
arch-pxa
/
aximx3-gpio.h
blob
0507ec9dd3d9b06f87b8e012677e7a2ea8ef4d8a
1
/*
2
* Dell Axim X3 GPIO definitions.
3
*
4
*/
5
6
#ifndef _AXIMX3_GPIO_H_
7
#define _AXIMX3_GPIO_H_
8
9
#define GPIO_NR_AXIMX5_POWER_BUTTON (0)
10
#define GPIO_NR_AXIMX5_RESET_BUTTON (1)
11
12
#endif
/* _AXIMX5_GPIO_H_ */