android_kernel_samsung_hero.../arch/mips/include/asm/mach-lantiq/gpio.h

14 lines
270 B
C
Raw Normal View History

2016-08-17 10:41:52 +02:00
#ifndef __ASM_MIPS_MACH_LANTIQ_GPIO_H
#define __ASM_MIPS_MACH_LANTIQ_GPIO_H
#define gpio_to_irq __gpio_to_irq
#define gpio_get_value __gpio_get_value
#define gpio_set_value __gpio_set_value
#define gpio_cansleep __gpio_cansleep
#include <asm-generic/gpio.h>
#endif