summaryrefslogtreecommitdiff
path: root/hw/xfree86/i2c/xf86i2c.h
diff options
context:
space:
mode:
authorAlex Deucher <agd5f@yahoo.com>2004-07-27 02:50:41 +0000
committerAlex Deucher <agd5f@yahoo.com>2004-07-27 02:50:41 +0000
commit19002e47a0dbf55e035b674116a533ec9814edfa (patch)
tree7cc662972e56e4d8627e0eae104dba4183064989 /hw/xfree86/i2c/xf86i2c.h
parent2a7b137d41eb8ce6efc45b47b5df0c89eb4f5d93 (diff)
- enable maven support for TV detection, DPMS, and DDC on crtc2 on G400
(Ryan Underwood) (http://bugs.xfree86.org/show_bug.cgi?id=1098) - expose I2CStart; needed for mga maven support (Ryan Underwood)
Diffstat (limited to 'hw/xfree86/i2c/xf86i2c.h')
-rw-r--r--hw/xfree86/i2c/xf86i2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/i2c/xf86i2c.h b/hw/xfree86/i2c/xf86i2c.h
index b6ef41feb..099406e8f 100644
--- a/hw/xfree86/i2c/xf86i2c.h
+++ b/hw/xfree86/i2c/xf86i2c.h
@@ -27,6 +27,7 @@ typedef struct _I2CBusRec {
/* Look at the generic routines to see how these functions should behave. */
+ Bool (*I2CStart) (I2CBusPtr b, int timeout);
Bool (*I2CAddress)(I2CDevPtr d, I2CSlaveAddr);
void (*I2CStop) (I2CDevPtr d);
Bool (*I2CPutByte)(I2CDevPtr d, I2CByte data);