aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-pxa/hardware.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-pxa/hardware.h')
-rw-r--r--include/asm-arm/arch-pxa/hardware.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/hardware.h b/include/asm-arm/arch-pxa/hardware.h
index e25558faa5a4..5547ec797ad0 100644
--- a/include/asm-arm/arch-pxa/hardware.h
+++ b/include/asm-arm/arch-pxa/hardware.h
@@ -205,6 +205,11 @@ static inline void __deprecated pxa_set_cken(int clock, int enable)
205 */ 205 */
206extern unsigned int get_memclk_frequency_10khz(void); 206extern unsigned int get_memclk_frequency_10khz(void);
207 207
208/*
209 * register GPIO as reset generator
210 */
211extern int init_gpio_reset(int gpio);
212
208#endif 213#endif
209 214
210#if defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI) 215#if defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI)