Add prototype for bGetEDID.

Fixes
warning: implicit declaration of function 'bGetEDID'

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Reviewed-by: Connor Behan <connor.behan@gmail.com>
This commit is contained in:
Thomas Klausner
2015-08-06 14:08:23 +02:00
parent 4719b89548
commit bc47059283
2 changed files with 2 additions and 0 deletions

View File

@@ -184,5 +184,6 @@ extern BOOLEAN ResetI2C(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
extern BOOLEAN I2CRead(PXGI_HW_DEVICE_INFO pHWDE,PI2CControl pI2CControl);
extern BOOLEAN I2CWrite(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
extern BOOLEAN ResetI2C(PXGI_HW_DEVICE_INFO pHWDE, PI2CControl pI2CControl);
extern BOOLEAN bGetEDID(PXGI_HW_DEVICE_INFO, ULONG , PUCHAR, ULONG);
#endif

View File

@@ -78,6 +78,7 @@
#include "vb_def.h"
#include "xgi_driver.h"
#include "valid_mode.h"
#include "vb_i2c.h"
#define _XF86DGA_SERVER_
#include <X11/extensions/xf86dgaproto.h>