brintos

brintos / linux-shallow public Read only

0
0
Text · 482 B · 78cb7e9 Raw
17 lines · c
1/*2 * This header provides constants for pca955x LED bindings.3 *4 * This file is licensed under the terms of the GNU General Public5 * License version 2.  This program is licensed "as is" without any6 * warranty of any kind, whether express or implied.7 */8 9#ifndef _DT_BINDINGS_LEDS_PCA955X_H10#define _DT_BINDINGS_LEDS_PCA955X_H11 12#define PCA955X_TYPE_NONE         013#define PCA955X_TYPE_LED          114#define PCA955X_TYPE_GPIO         215 16#endif /* _DT_BINDINGS_LEDS_PCA955X_H */17