Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This header provides constants for pca955x LED bindings.
0003  *
0004  * This file is licensed under the terms of the GNU General Public
0005  * License version 2.  This program is licensed "as is" without any
0006  * warranty of any kind, whether express or implied.
0007  */
0008 
0009 #ifndef _DT_BINDINGS_LEDS_PCA955X_H
0010 #define _DT_BINDINGS_LEDS_PCA955X_H
0011 
0012 #define PCA955X_TYPE_NONE         0
0013 #define PCA955X_TYPE_LED          1
0014 #define PCA955X_TYPE_GPIO         2
0015 
0016 #endif /* _DT_BINDINGS_LEDS_PCA955X_H */