]> Git Repo - linux.git/blob - include/linux/platform_data/gpio_backlight.h
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
[linux.git] / include / linux / platform_data / gpio_backlight.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * gpio_backlight.h - Simple GPIO-controlled backlight
4  */
5 #ifndef __GPIO_BACKLIGHT_H__
6 #define __GPIO_BACKLIGHT_H__
7
8 struct device;
9
10 struct gpio_backlight_platform_data {
11         struct device *dev;
12 };
13
14 #endif
This page took 0.038183 seconds and 4 git commands to generate.