linux/include/asm-arm/arch-pxa/reset.h

10 lines
169 B
C
Raw Normal View History

#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 */