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
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
drivers
/
gpu
/
drm
/
pl111
/
pl111_versatile.h
blob
41aa6d969dc6baf6d1403b1c5a87e267f67cd0cf
1
#include <linux/device.h>
2
#include
"pl111_drm.h"
3
4
#ifndef PL111_VERSATILE_H
5
#define PL111_VERSATILE_H
6
7
int
pl111_versatile_init
(
struct
device
*
dev
,
struct
pl111_drm_dev_private
*
priv
);
8
9
#endif