1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __OMAP1_BL_H__ 3 #define __OMAP1_BL_H__ 4 5 #include <linux/device.h> 6 7 struct omap_backlight_config { 8 int default_intensity; 9 }; 10 11 #endif 12
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.