aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-orion/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-orion/gpio.h')
-rw-r--r--include/asm-arm/arch-orion/gpio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-orion/gpio.h b/include/asm-arm/arch-orion/gpio.h
index 6d5848ed9a39..d66284f9a14c 100644
--- a/include/asm-arm/arch-orion/gpio.h
+++ b/include/asm-arm/arch-orion/gpio.h
@@ -12,6 +12,7 @@ extern int gpio_direction_input(unsigned pin);
12extern int gpio_direction_output(unsigned pin, int value); 12extern int gpio_direction_output(unsigned pin, int value);
13extern int gpio_get_value(unsigned pin); 13extern int gpio_get_value(unsigned pin);
14extern void gpio_set_value(unsigned pin, int value); 14extern void gpio_set_value(unsigned pin, int value);
15extern void orion_gpio_set_blink(unsigned pin, int blink);
15extern void gpio_display(void); /* debug */ 16extern void gpio_display(void); /* debug */
16 17
17static inline int gpio_to_irq(int pin) 18static inline int gpio_to_irq(int pin)