Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * gpio_backlight.h - Simple GPIO-controlled backlight
0004  */
0005 #ifndef __GPIO_BACKLIGHT_H__
0006 #define __GPIO_BACKLIGHT_H__
0007 
0008 struct device;
0009 
0010 struct gpio_backlight_platform_data {
0011     struct device *fbdev;
0012 };
0013 
0014 #endif