blob: 6ca72c5cf7db5df3c2e155c1e6f8c7cb48e4c306 [file] [log] [blame]
Eric Miaoab277122008-07-29 14:08:14 +08001#ifndef __ASM_ARCH_RESET_H
2#define __ASM_ARCH_RESET_H
3
4/*
5 * register GPIO as reset generator
6 */
7extern int init_gpio_reset(int gpio);
8
9#endif /* __ASM_ARCH_RESET_H */