1 /*  RetroArch - A frontend for libretro.
2  *
3  *  RetroArch is free software: you can redistribute it and/or modify it under the terms
4  *  of the GNU General Public License as published by the Free Software Found-
5  *  ation, either version 3 of the License, or (at your option) any later version.
6  *
7  *  RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
8  *  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  *  PURPOSE.  See the GNU General Public License for more details.
10  *
11  *  You should have received a copy of the GNU General Public License along with RetroArch.
12  *  If not, see <http://www.gnu.org/licenses/>.
13  */
14 
15 #ifndef __LED_DEFINES__H
16 #define __LED_DEFINES__H
17 
18 #define MAX_LEDS 32
19 
20 #endif
21