PageRenderTime 25ms CodeModel.GetById 16ms RepoModel.GetById 2ms app.codeStats 0ms

/arch/mips/include/asm/mach-bcm63xx/gpio.h

https://bitbucket.org/cresqo/cm7-p500-kernel
C Header | 15 lines | 9 code | 6 blank | 0 comment | 0 complexity | 499a2c5a1df57a77784709dde6c7185b MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
  1. #ifndef __ASM_MIPS_MACH_BCM63XX_GPIO_H
  2. #define __ASM_MIPS_MACH_BCM63XX_GPIO_H
  3. #include <bcm63xx_gpio.h>
  4. #define gpio_to_irq(gpio) -1
  5. #define gpio_get_value __gpio_get_value
  6. #define gpio_set_value __gpio_set_value
  7. #define gpio_cansleep __gpio_cansleep
  8. #include <asm-generic/gpio.h>
  9. #endif /* __ASM_MIPS_MACH_BCM63XX_GPIO_H */