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
/
udl
/
udl_connector.h
blob
7f2d392df17377c81ce44b5fb1764e90366e4401
1
#ifndef __UDL_CONNECTOR_H__
2
#define __UDL_CONNECTOR_H__
3
4
#include <drm/drm_crtc.h>
5
6
struct
edid
;
7
8
struct
udl_drm_connector
{
9
struct
drm_connector connector
;
10
/* last udl_detect edid */
11
struct
edid
*
edid
;
12
};
13
14
15
#endif
//__UDL_CONNECTOR_H__