android_kernel_lenovo_1050f/include/linux/lnw_gpio.h

14 lines
179 B
C

#ifndef _H_LANGWELL_GPIO_H
#define _H_LANGWELL_GPIO_H
enum {
LNW_GPIO = 0,
LNW_ALT_1 = 1,
LNW_ALT_2 = 2,
LNW_ALT_3 = 3,
};
void lnw_gpio_set_alt(int gpio, int alt);
#endif