1 1.1 jmcneill /* $NetBSD: leds-pca955x.h,v 1.1.1.1 2017/10/28 10:30:32 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1 jmcneill /* 4 1.1 jmcneill * This header provides constants for pca955x LED bindings. 5 1.1 jmcneill * 6 1.1 jmcneill * This file is licensed under the terms of the GNU General Public 7 1.1 jmcneill * License version 2. This program is licensed "as is" without any 8 1.1 jmcneill * warranty of any kind, whether express or implied. 9 1.1 jmcneill */ 10 1.1 jmcneill 11 1.1 jmcneill #ifndef _DT_BINDINGS_LEDS_PCA955X_H 12 1.1 jmcneill #define _DT_BINDINGS_LEDS_PCA955X_H 13 1.1 jmcneill 14 1.1 jmcneill #define PCA955X_TYPE_NONE 0 15 1.1 jmcneill #define PCA955X_TYPE_LED 1 16 1.1 jmcneill #define PCA955X_TYPE_GPIO 2 17 1.1 jmcneill 18 1.1 jmcneill #endif /* _DT_BINDINGS_LEDS_PCA955X_H */ 19