Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Igor Grinberg | cc01272 | 2012-08-29 02:18:54 +0300 | [diff] [blame] | 2 | #ifndef __OMAP1_BL_H__ |
3 | #define __OMAP1_BL_H__ | ||||
4 | |||||
5 | #include <linux/device.h> | ||||
6 | |||||
7 | struct omap_backlight_config { | ||||
8 | int default_intensity; | ||||
9 | int (*set_power)(struct device *dev, int state); | ||||
10 | }; | ||||
11 | |||||
12 | #endif |