summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/omap1_bl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/omap1_bl.h')
-rw-r--r--include/linux/platform_data/omap1_bl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/platform_data/omap1_bl.h b/include/linux/platform_data/omap1_bl.h
new file mode 100644
index 000000000..5e8b17d77
--- /dev/null
+++ b/include/linux/platform_data/omap1_bl.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __OMAP1_BL_H__
+#define __OMAP1_BL_H__
+
+#include <linux/device.h>
+
+struct omap_backlight_config {
+ int default_intensity;
+ int (*set_power)(struct device *dev, int state);
+};
+
+#endif