summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger_lists@hispeed.ch>2004-11-09 00:54:19 +0000
committerRoland Scheidegger <rscheidegger_lists@hispeed.ch>2004-11-09 00:54:19 +0000
commit6483e7a1ac8395828eb3a13f763cf99d6ef89535 (patch)
tree536f3d6629479e481e938560a96f0da1da455029 /shared
parenta1d9e5abafe60ca2b7f96cadd1013695ada4ac41 (diff)
add missing CHIP_RV350 to radeon_enums
Diffstat (limited to 'shared')
-rw-r--r--shared/radeon_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/radeon_drv.h b/shared/radeon_drv.h
index 191eca4c..32a6c3fa 100644
--- a/shared/radeon_drv.h
+++ b/shared/radeon_drv.h
@@ -44,6 +44,7 @@ enum radeon_family {
CHIP_RV280,
CHIP_R300,
CHIP_RS300,
+ CHIP_RV350,
CHIP_LAST,
};