From 0b3dc403c8a963a0c922581240f1894ac28d1000 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Thu, 27 Oct 2005 14:32:59 +0000 Subject: [PATCH] added status of two new i2c buses to shared_info. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14540 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/DriverInterface.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index fc576392ee..85fff99cee 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -292,7 +292,9 @@ typedef struct { float panel2_aspect; /* panel's aspect ratio */ bool crtc2_prim; /* using CRTC2 as primary CRTC */ bool i2c_bus0; /* we have a wired I2C bus 0 on board */ - bool i2c_bus1; /* we have a wired I2C bus 0 on board */ + bool i2c_bus1; /* we have a wired I2C bus 1 on board */ + bool i2c_bus2; /* we have a wired I2C bus 2 on board */ + bool i2c_bus3; /* we have a wired I2C bus 3 on board */ struct { uint32 type; /* see tvchip_type enum above */