repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
platform_data
/
omap1_bl.h
blob
5e8b17d77a5fe5873dd07c223806ef6c0f92976c
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
int
(*
set_power
)(
struct
device
*
dev
,
int
state
);
10
};
11
12
#endif