Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This header provides constants for netxbig LED bindings.
0003  *
0004  * This file is licensed under the terms of the GNU General Public
0005  * License version 2.  This program is licensed "as is" without any
0006  * warranty of any kind, whether express or implied.
0007  */
0008 
0009 #ifndef _DT_BINDINGS_LEDS_NETXBIG_H
0010 #define _DT_BINDINGS_LEDS_NETXBIG_H
0011 
0012 #define NETXBIG_LED_OFF     0
0013 #define NETXBIG_LED_ON      1
0014 #define NETXBIG_LED_SATA    2
0015 #define NETXBIG_LED_TIMER1  3
0016 #define NETXBIG_LED_TIMER2  4
0017 
0018 #endif /* _DT_BINDINGS_LEDS_NETXBIG_H */