1 /* 1 2 * This header provides constants for netxbig 3 * 4 * This file is licensed under the terms of th 5 * License version 2. This program is license 6 * warranty of any kind, whether express or im 7 */ 8 9 #ifndef _DT_BINDINGS_LEDS_NETXBIG_H 10 #define _DT_BINDINGS_LEDS_NETXBIG_H 11 12 #define NETXBIG_LED_OFF 0 13 #define NETXBIG_LED_ON 1 14 #define NETXBIG_LED_SATA 2 15 #define NETXBIG_LED_TIMER1 3 16 #define NETXBIG_LED_TIMER2 4 17 18 #endif /* _DT_BINDINGS_LEDS_NETXBIG_H */ 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.