diff options
Diffstat (limited to 'xorg-server/hw/xfree86/ddc/ddcPriv.h')
-rw-r--r-- | xorg-server/hw/xfree86/ddc/ddcPriv.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg-server/hw/xfree86/ddc/ddcPriv.h b/xorg-server/hw/xfree86/ddc/ddcPriv.h new file mode 100644 index 000000000..b5cb9b836 --- /dev/null +++ b/xorg-server/hw/xfree86/ddc/ddcPriv.h @@ -0,0 +1,9 @@ +extern unsigned char *GetEDID_DDC1( + unsigned int * +); + +extern int DDC_checksum( + unsigned char *, + int +); + |