19 lines · c
1/*2 * This header provides constants for netxbig LED bindings.3 *4 * This file is licensed under the terms of the GNU General Public5 * License version 2. This program is licensed "as is" without any6 * warranty of any kind, whether express or implied.7 */8 9#ifndef _DT_BINDINGS_LEDS_NETXBIG_H10#define _DT_BINDINGS_LEDS_NETXBIG_H11 12#define NETXBIG_LED_OFF 013#define NETXBIG_LED_ON 114#define NETXBIG_LED_SATA 215#define NETXBIG_LED_TIMER1 316#define NETXBIG_LED_TIMER2 417 18#endif /* _DT_BINDINGS_LEDS_NETXBIG_H */19