Merge "Add MAX_CONTROLLER_LEDS constant"

This commit is contained in:
Michael Wright 2013-10-22 00:26:57 +00:00 committed by Android (Google) Code Review
commit 60f19de1ed

View File

@ -90,6 +90,9 @@ enum {
ALED_CONTROLLER_4 = 0x13, ALED_CONTROLLER_4 = 0x13,
}; };
/* Maximum number of controller LEDs we support */
#define MAX_CONTROLLER_LEDS 4
/* /*
* SystemUiVisibility constants from View. * SystemUiVisibility constants from View.
*/ */