Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This header provides constants for pca9532 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_PCA9532_H
0010 #define _DT_BINDINGS_LEDS_PCA9532_H
0011 
0012 #define PCA9532_TYPE_NONE         0
0013 #define PCA9532_TYPE_LED          1
0014 #define PCA9532_TYPE_N2100_BEEP   2
0015 #define PCA9532_TYPE_GPIO         3
0016 #define PCA9532_LED_TIMER2        4
0017 
0018 #endif /* _DT_BINDINGS_LEDS_PCA9532_H */