blob: 644efe330ace95ac776c90bf89625830891a1861 [file] [log] [blame]
The Android Open Source Projectd6054a32008-10-21 07:00:00 -07001#include <hardware/led.h>
2
3int
4set_led_state(unsigned color, int on, int off)
5{
6 return 0;
7}