am 9b04f860: Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE

* commit '9b04f860f23481d39c3b45379a324d3630966825':
  Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE
This commit is contained in:
Michael Wright 2014-03-11 23:22:00 +00:00 committed by Android Git Automerger
commit d0f7ce457c
1 changed files with 3 additions and 0 deletions

View File

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