repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
pl111
/
pl111_nomadik.h
blob
47ccf5c839fc2239c46cc07b96f905115f25d5b6
1
// SPDX-License-Identifier: GPL-2.0+
2
3
#ifndef PL111_NOMADIK_H
4
#define PL111_NOMADIK_H
5
#endif
6
7
struct
device
;
8
9
#ifdef CONFIG_ARCH_NOMADIK
10
11
void
pl111_nomadik_init
(
struct
device
*
dev
);
12
13
#else
14
15
static
inline
void
pl111_nomadik_init
(
struct
device
*
dev
)
16
{
17
}
18
19
#endif