diff options
author | Kevin Hilman <khilman@mvista.com> | 2007-05-05 14:40:29 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-02-08 13:37:59 -0500 |
commit | 5eb3bb9c0d123ad84ed5127fbc62731896d87181 (patch) | |
tree | af1209a8572410d06bc56c97d30dad6687af95f6 /include/asm-arm/arch-omap | |
parent | d11ac9791b87efb24506b6391a965b789385157c (diff) |
ARM: OMAP: Add 24xx GPIO debounce support
Add 24xx GPIO debounce support. Also minor formatting
clean-up.
Signed-off-by: Kevin Hilman <khilman@mvista.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/asm-arm/arch-omap')
-rw-r--r-- | include/asm-arm/arch-omap/gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/gpio.h b/include/asm-arm/arch-omap/gpio.h index c782ef9a2ace..164da09be095 100644 --- a/include/asm-arm/arch-omap/gpio.h +++ b/include/asm-arm/arch-omap/gpio.h | |||
@@ -77,6 +77,8 @@ extern void omap_free_gpio(int gpio); | |||
77 | extern void omap_set_gpio_direction(int gpio, int is_input); | 77 | extern void omap_set_gpio_direction(int gpio, int is_input); |
78 | extern void omap_set_gpio_dataout(int gpio, int enable); | 78 | extern void omap_set_gpio_dataout(int gpio, int enable); |
79 | extern int omap_get_gpio_datain(int gpio); | 79 | extern int omap_get_gpio_datain(int gpio); |
80 | extern void omap_set_gpio_debounce(int gpio, int enable); | ||
81 | extern void omap_set_gpio_debounce_time(int gpio, int enable); | ||
80 | 82 | ||
81 | /*-------------------------------------------------------------------------*/ | 83 | /*-------------------------------------------------------------------------*/ |
82 | 84 | ||