]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - include/linux/platform_data/lv5207lp.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[mirror_ubuntu-hirsute-kernel.git] / include / linux / platform_data / lv5207lp.h
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
82e5c40d
LP
2/*
3 * lv5207lp.h - Sanyo LV5207LP LEDs Driver
82e5c40d
LP
4 */
5#ifndef __LV5207LP_H__
6#define __LV5207LP_H__
7
8struct device;
9
10struct lv5207lp_platform_data {
11 struct device *fbdev;
12 unsigned int max_value;
13 unsigned int def_value;
14};
15
16#endif