diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-07-29 02:08:14 -0400 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-08-04 21:25:19 -0400 |
commit | ab277121426edca2ee0601fc6318c9467350771e (patch) | |
tree | 105f3a8042214e859c78801030fb3c305ac5b849 /include/asm-arm/arch-pxa/reset.h | |
parent | 2b12a4c524812fb3f6ee590a02e65b95c8c32229 (diff) |
[ARM] pxa: introduce reset.h for reset specific header information
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'include/asm-arm/arch-pxa/reset.h')
-rw-r--r-- | include/asm-arm/arch-pxa/reset.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/reset.h b/include/asm-arm/arch-pxa/reset.h new file mode 100644 index 000000000000..6ca72c5cf7db --- /dev/null +++ b/include/asm-arm/arch-pxa/reset.h | |||
@@ -0,0 +1,9 @@ | |||
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 */ | ||