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