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