swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 2dcd0af568b0cf583645c8a317dd12e344b1c72a authored by Linus Torvalds on 15 May 2016, 22:43:13 UTC
Linux 4.6
Tip revision: 2dcd0af
leds-netxbig.h
/*
 * This header provides constants for netxbig LED bindings.
 *
 * This file is licensed under the terms of the GNU General Public
 * License version 2.  This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */

#ifndef _DT_BINDINGS_LEDS_NETXBIG_H
#define _DT_BINDINGS_LEDS_NETXBIG_H

#define NETXBIG_LED_OFF		0
#define NETXBIG_LED_ON		1
#define NETXBIG_LED_SATA	2
#define NETXBIG_LED_TIMER1	3
#define NETXBIG_LED_TIMER2	4

#endif /* _DT_BINDINGS_LEDS_NETXBIG_H */
back to top