mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user