Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ab277121426edca2ee0601fc6318c9467350771e
/
.
/
include
/
asm-arm
/
arch-pxa
/
reset.h
blob: 6ca72c5cf7db5df3c2e155c1e6f8c7cb48e4c306 [
file
] [
log
] [
blame
]
Eric Miao
ab27712
2008-07-29 14:08:14 +0800
[
diff
] [
blame^
]
1
#ifndef
__ASM_ARCH_RESET_H
2
#define
__ASM_ARCH_RESET_H
3
4
/*
5
* register GPIO as reset generator
6
*/
7
extern
int
init_gpio_reset
(
int
gpio
);
8
9
#endif
/* __ASM_ARCH_RESET_H */