diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-12-14 10:48:42 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2010-12-14 10:48:42 -0800 |
commit | 6eac0b939afb588abfedb5065954e06d96b4497d (patch) | |
tree | 859e5a12f8260c62fa62a2ea30b71ca01485332d /src/parse.h | |
parent | 9cfad8a57eccf129d51ef50f1bbd4cdaf7556b9a (diff) |
260.19.29260.19.29
Diffstat (limited to 'src/parse.h')
-rw-r--r-- | src/parse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h index 852e32b..47d8506 100644 --- a/src/parse.h +++ b/src/parse.h @@ -151,7 +151,8 @@ extern AttributeTableEntry attributeTable[]; #define GVI_TARGET 4 #define COOLER_TARGET 5 #define THERMAL_SENSOR_TARGET 6 -#define MAX_TARGET_TYPES 7 +#define NVIDIA_3D_VISION_PRO_TRANSCEIVER_TARGET 7 +#define MAX_TARGET_TYPES 8 |