]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-omap2/twl4030-generic-scripts.h
Merge branch 'omap-fixes'
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / twl4030-generic-scripts.h
1 #ifndef __TWL4030_GENERIC_SCRIPTS_H
2 #define __TWL4030_GENERIC_SCRIPTS_H
3
4 #include <linux/i2c/twl4030.h>
5
6 #ifdef CONFIG_TWL4030_POWER
7 extern struct twl4030_power_data generic3430_t2scripts_data;
8 #define GENERIC3430_T2SCRIPTS_DATA &generic3430_t2scripts_data
9 #else
10 #define GENERIC3430_T2SCRIPTS_DATA NULL
11 #endif /* CONFIG_TWL4030_POWER */
12
13 #endif