1 /* $NetBSD: leds-ns2.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 #ifndef _DT_BINDINGS_LEDS_NS2_H 5 #define _DT_BINDINGS_LEDS_NS2_H 6 7 #define NS_V2_LED_OFF 0 8 #define NS_V2_LED_ON 1 9 #define NS_V2_LED_SATA 2 10 11 #endif 12