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
/
syscon.h
blob
2c089dd3e2bda3baf5cef201ef43bca709e12c0b
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef PLATFORM_DATA_SYSCON_H
3
#define PLATFORM_DATA_SYSCON_H
4
5
struct
syscon_platform_data
{
6
const char
*
label
;
7
};
8
9
#endif