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
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
include
/
linux
/
platform_data
/
bd6107.h
blob
596ca4f95cfa45bc168216e8a72cba491534735a
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* bd6107.h - Rohm BD6107 LEDs Driver
4
*/
5
#ifndef __BD6107_H__
6
#define __BD6107_H__
7
8
struct
device
;
9
10
struct
bd6107_platform_data
{
11
struct
device
*
dev
;
12
unsigned int
def_value
;
13
};
14
15
#endif