aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-pxa/reset.h
blob: 6ca72c5cf7db5df3c2e155c1e6f8c7cb48e4c306 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __ASM_ARCH_RESET_H
#define __ASM_ARCH_RESET_H

/*
 * register GPIO as reset generator
 */
extern int init_gpio_reset(int gpio);

#endif /* __ASM_ARCH_RESET_H */