mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-17 18:12:10 -05:00
ar71xx: add missing gpio_set_debounce function
SVN-Revision: 25848
This commit is contained in:
parent
8d9c6a8f06
commit
57a14f4e15
@ -48,6 +48,11 @@ static inline void gpio_set_value(unsigned gpio, int value)
|
|||||||
__gpio_set_value(gpio, value);
|
__gpio_set_value(gpio, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static inline int gpio_set_debounce(unsigned gpio, unsigned debounce)
|
||||||
|
{
|
||||||
|
return -ENOSYS;
|
||||||
|
}
|
||||||
|
|
||||||
#define gpio_cansleep __gpio_cansleep
|
#define gpio_cansleep __gpio_cansleep
|
||||||
|
|
||||||
#endif /* __ASM_MACH_AR71XX_GPIO_H */
|
#endif /* __ASM_MACH_AR71XX_GPIO_H */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user