auxio_set_led
void auxio_set_led(int on);
auxio_set_led(AUXIO_LED_ON);
EXPORT_SYMBOL(auxio_set_led);
auxio_set_led(AUXIO_LED_OFF);