rdc321x_gpio.h 352 B

12345678910111213141516
  1. #ifndef _ASM_X86_MACH_RDC321X_GPIO_H
  2. #define _ASM_X86_MACH_RDC321X_GPIO_H
  3. #include <linux/kernel.h>
  4. #define gpio_to_irq(gpio) NULL
  5. #define gpio_get_value __gpio_get_value
  6. #define gpio_set_value __gpio_set_value
  7. #define gpio_cansleep __gpio_cansleep
  8. /* For cansleep */
  9. #include <asm-generic/gpio.h>
  10. #endif /* _ASM_X86_MACH_RDC321X_GPIO_H */