blob: 9cde4d2a31cab4a3e30abc8b2121fc8b42b792df [file] [log] [blame]
#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