ASoC: wm_adsp: Separate concept of booted and running
[linux-2.6/btrfs-unstable.git] / include / linux / platform_data / omap1_bl.h
blob881a8e92d605484b8420c788ffb964995317f5db
1 #ifndef __OMAP1_BL_H__
2 #define __OMAP1_BL_H__
4 #include <linux/device.h>
6 struct omap_backlight_config {
7 int default_intensity;
8 int (*set_power)(struct device *dev, int state);
9 };
11 #endif