repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/qaic: Add AIC200 support
[drm/drm-misc.git]
/
include
/
linux
/
platform_data
/
omap1_bl.h
blob
3d0bab31a0a94c5131581667c351ba71ced5a0f9
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