1*561099a1SCédric Le Goater /* 2*561099a1SCédric Le Goater * This header provides constants for pca955x LED bindings. 3*561099a1SCédric Le Goater * 4*561099a1SCédric Le Goater * This file is licensed under the terms of the GNU General Public 5*561099a1SCédric Le Goater * License version 2. This program is licensed "as is" without any 6*561099a1SCédric Le Goater * warranty of any kind, whether express or implied. 7*561099a1SCédric Le Goater */ 8*561099a1SCédric Le Goater 9*561099a1SCédric Le Goater #ifndef _DT_BINDINGS_LEDS_PCA955X_H 10*561099a1SCédric Le Goater #define _DT_BINDINGS_LEDS_PCA955X_H 11*561099a1SCédric Le Goater 12*561099a1SCédric Le Goater #define PCA955X_TYPE_NONE 0 13*561099a1SCédric Le Goater #define PCA955X_TYPE_LED 1 14*561099a1SCédric Le Goater #define PCA955X_TYPE_GPIO 2 15*561099a1SCédric Le Goater 16*561099a1SCédric Le Goater #endif /* _DT_BINDINGS_LEDS_PCA955X_H */ 17