Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 831a7f16728c5ceef04ab99a699c3d9e519dc4b8 11 lines 179 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __OMAP1_BL_H__ 3#define __OMAP1_BL_H__ 4 5#include <linux/device.h> 6 7struct omap_backlight_config { 8 int default_intensity; 9}; 10 11#endif