1 #ifndef _ASM_X86_MACH_RDC321X_GPIO_H
2 #define _ASM_X86_MACH_RDC321X_GPIO_H
4 #include <linux/kernel.h>
6 #define gpio_to_irq(gpio) NULL
8 #define gpio_get_value __gpio_get_value
9 #define gpio_set_value __gpio_set_value
11 #define gpio_cansleep __gpio_cansleep
14 #include <asm-generic/gpio.h>
16 #endif /* _ASM_X86_MACH_RDC321X_GPIO_H */
This page took 0.059524 seconds and 5 git commands to generate.