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