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
bpf: Prevent memory disambiguation attack
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
udl
/
udl_connector.h
blob
0fb0db5c46120c64a307931a32590d1c9b6f8c7c
1
#ifndef __UDL_CONNECTOR_H__
2
#define __UDL_CONNECTOR_H__
3
4
#include <drm/drm_crtc.h>
5
6
struct
udl_drm_connector
{
7
struct
drm_connector connector
;
8
/* last udl_detect edid */
9
struct
edid
*
edid
;
10
};
11
12
13
#endif
//__UDL_CONNECTOR_H__