projects
/
linux-2.6.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[ARM] pxa: introduce reset.h for reset specific header information
[linux-2.6.git]
/
include
/
asm-arm
/
arch-pxa
/
reset.h
1
#ifndef __ASM_ARCH_RESET_H
2
#define __ASM_ARCH_RESET_H
3
4
/*
5
* register GPIO as reset generator
6
*/
7
extern int init_gpio_reset(int gpio);
8
9
#endif /* __ASM_ARCH_RESET_H */