blob: c9da8d4027504fbd7b45e72c10d93b4b489bea97 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Laurent Pinchart82e5c402013-07-04 21:13:25 +02002/*
3 * lv5207lp.h - Sanyo LV5207LP LEDs Driver
Laurent Pinchart82e5c402013-07-04 21:13:25 +02004 */
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