mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 04:04:19 +00:00
10 lines
169 B
C
10 lines
169 B
C
|
#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 */
|