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_versatile.h
blob
143877010042ed77aa348ec310e36a5d19e02b2e
1
#include <linux/device.h>
2
#include
"pl111_drm.h"
3
4
#ifndef PL111_VERSATILE_H
5
#define PL111_VERSATILE_H
6
7
struct
device
;
8
struct
pl111_drm_dev_private
;
9
10
int
pl111_versatile_init
(
struct
device
*
dev
,
struct
pl111_drm_dev_private
*
priv
);
11
12
#endif