Home | History | Annotate | Line # | Download | only in leds
      1 /*	$NetBSD: leds-netxbig.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $	*/
      2 
      3 /*
      4  * This header provides constants for netxbig LED bindings.
      5  *
      6  * This file is licensed under the terms of the GNU General Public
      7  * License version 2.  This program is licensed "as is" without any
      8  * warranty of any kind, whether express or implied.
      9  */
     10 
     11 #ifndef _DT_BINDINGS_LEDS_NETXBIG_H
     12 #define _DT_BINDINGS_LEDS_NETXBIG_H
     13 
     14 #define NETXBIG_LED_OFF		0
     15 #define NETXBIG_LED_ON		1
     16 #define NETXBIG_LED_SATA	2
     17 #define NETXBIG_LED_TIMER1	3
     18 #define NETXBIG_LED_TIMER2	4
     19 
     20 #endif /* _DT_BINDINGS_LEDS_NETXBIG_H */
     21