162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * This header provides constants for netxbig LED bindings. 362306a36Sopenharmony_ci * 462306a36Sopenharmony_ci * This file is licensed under the terms of the GNU General Public 562306a36Sopenharmony_ci * License version 2. This program is licensed "as is" without any 662306a36Sopenharmony_ci * warranty of any kind, whether express or implied. 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#ifndef _DT_BINDINGS_LEDS_NETXBIG_H 1062306a36Sopenharmony_ci#define _DT_BINDINGS_LEDS_NETXBIG_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#define NETXBIG_LED_OFF 0 1362306a36Sopenharmony_ci#define NETXBIG_LED_ON 1 1462306a36Sopenharmony_ci#define NETXBIG_LED_SATA 2 1562306a36Sopenharmony_ci#define NETXBIG_LED_TIMER1 3 1662306a36Sopenharmony_ci#define NETXBIG_LED_TIMER2 4 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif /* _DT_BINDINGS_LEDS_NETXBIG_H */ 19