Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * bd6107.h - Rohm BD6107 LEDs Driver
0004  */
0005 #ifndef __BD6107_H__
0006 #define __BD6107_H__
0007 
0008 struct device;
0009 
0010 struct bd6107_platform_data {
0011     struct device *fbdev;
0012     unsigned int def_value;
0013 };
0014 
0015 #endif