diff options
Diffstat (limited to 'ANDROID_3.4.5/include/asm-generic/gpio.h')
-rw-r--r-- | ANDROID_3.4.5/include/asm-generic/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/include/asm-generic/gpio.h b/ANDROID_3.4.5/include/asm-generic/gpio.h index 5f52690c..70ed842f 100644 --- a/ANDROID_3.4.5/include/asm-generic/gpio.h +++ b/ANDROID_3.4.5/include/asm-generic/gpio.h @@ -152,6 +152,7 @@ extern struct gpio_chip *gpiochip_find(const void *data, */ extern int gpio_request(unsigned gpio, const char *label); extern void gpio_free(unsigned gpio); +extern int gpio_re_enabled(unsigned gpio); extern int gpio_direction_input(unsigned gpio); extern int gpio_direction_output(unsigned gpio, int value); |