Merge tag 'iwlwifi-next-for-kalle-2015-05-03' of https://git.kernel.org/pub/scm/linux...
[deliverable/linux.git] / include / linux / platform_data / omap1_bl.h
1 #ifndef __OMAP1_BL_H__
2 #define __OMAP1_BL_H__
3
4 #include <linux/device.h>
5
6 struct omap_backlight_config {
7 int default_intensity;
8 int (*set_power)(struct device *dev, int state);
9 };
10
11 #endif
This page took 0.035254 seconds and 5 git commands to generate.