mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 19:10:05 +01:00
10 lines
117 B
C
10 lines
117 B
C
|
|
extern unsigned char *GetEDID_DDC1(
|
||
|
|
unsigned int *
|
||
|
|
);
|
||
|
|
|
||
|
|
extern int DDC_checksum(
|
||
|
|
unsigned char *,
|
||
|
|
int
|
||
|
|
);
|
||
|
|
|