blob: 904466d7eb95e504d9529a12c8b5785b35077802 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef __ASM_MACH_GPIO_H
#define __ASM_MACH_GPIO_H
#include <asm-generic/gpio.h>
#define __gpio_is_inverted(gpio) (0)
#define __gpio_is_occupied(gpio) (0)
#endif /* __ASM_MACH_GPIO_H */
|