1*2976b179SSimon Guinot /* 2*2976b179SSimon Guinot * This header provides constants for netxbig LED bindings. 3*2976b179SSimon Guinot * 4*2976b179SSimon Guinot * This file is licensed under the terms of the GNU General Public 5*2976b179SSimon Guinot * License version 2. This program is licensed "as is" without any 6*2976b179SSimon Guinot * warranty of any kind, whether express or implied. 7*2976b179SSimon Guinot */ 8*2976b179SSimon Guinot 9*2976b179SSimon Guinot #ifndef _DT_BINDINGS_LEDS_NETXBIG_H 10*2976b179SSimon Guinot #define _DT_BINDINGS_LEDS_NETXBIG_H 11*2976b179SSimon Guinot 12*2976b179SSimon Guinot #define NETXBIG_LED_OFF 0 13*2976b179SSimon Guinot #define NETXBIG_LED_ON 1 14*2976b179SSimon Guinot #define NETXBIG_LED_SATA 2 15*2976b179SSimon Guinot #define NETXBIG_LED_TIMER1 3 16*2976b179SSimon Guinot #define NETXBIG_LED_TIMER2 4 17*2976b179SSimon Guinot 18*2976b179SSimon Guinot #endif /* _DT_BINDINGS_LEDS_NETXBIG_H */ 19