Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
leds-lm3642.h
Go to the documentation of this file.
1 /*
2 * Copyright (C) 2012 Texas Instruments
3 *
4 * License Terms: GNU General Public License v2
5 *
6 * Simple driver for Texas Instruments LM3642 LED driver chip
7 *
8 * Author: G.Shark Jeong <[email protected]>
9 * Daniel Jeong <[email protected]>
10 */
11 
12 #ifndef __LINUX_LM3642_H
13 #define __LINUX_LM3642_H
14 
15 #define LM3642_NAME "leds-lm3642"
16 
20 };
21 
25 };
26 
30 };
31 
36 };
37 
38 #endif /* __LINUX_LM3642_H */