Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * lv5207lp.h - Sanyo LV5207LP LEDs Driver
0004  */
0005 #ifndef __LV5207LP_H__
0006 #define __LV5207LP_H__
0007 
0008 struct device;
0009 
0010 struct lv5207lp_platform_data {
0011     struct device *fbdev;
0012     unsigned int max_value;
0013     unsigned int def_value;
0014 };
0015 
0016 #endif