]> Git Repo - J-linux.git/blob - include/linux/platform_data/omap1_bl.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / include / linux / platform_data / omap1_bl.h
1 /* SPDX-License-Identifier: GPL-2.0 */
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
This page took 0.030058 seconds and 4 git commands to generate.