xtensa: fix high memory/reserved memory collision
[cris-mirror.git] / include / linux / platform_data / omap1_bl.h
blob5e8b17d77a5fe5873dd07c223806ef6c0f92976c
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __OMAP1_BL_H__
3 #define __OMAP1_BL_H__
5 #include <linux/device.h>
7 struct omap_backlight_config {
8 int default_intensity;
9 int (*set_power)(struct device *dev, int state);
12 #endif