Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-client
[linux-block.git] / include / linux / platform_data / omap1_bl.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
cc012729
IG
2#ifndef __OMAP1_BL_H__
3#define __OMAP1_BL_H__
4
5#include <linux/device.h>
6
7struct omap_backlight_config {
8 int default_intensity;
9 int (*set_power)(struct device *dev, int state);
10};
11
12#endif