blob: 881a8e92d605484b8420c788ffb964995317f5db [file] [log] [blame]
Igor Grinbergcc012722012-08-29 02:18:54 +03001#ifndef __OMAP1_BL_H__
2#define __OMAP1_BL_H__
3
4#include <linux/device.h>
5
6struct omap_backlight_config {
7 int default_intensity;
8 int (*set_power)(struct device *dev, int state);
9};
10
11#endif