add missing CHIP_RV350 to radeon_enums
authorRoland Scheidegger <rscheidegger_lists@hispeed.ch>
Tue, 9 Nov 2004 00:54:19 +0000 (00:54 +0000)
committerRoland Scheidegger <rscheidegger_lists@hispeed.ch>
Tue, 9 Nov 2004 00:54:19 +0000 (00:54 +0000)
shared/radeon_drv.h

index 191eca4..32a6c3f 100644 (file)
@@ -44,6 +44,7 @@ enum radeon_family {
        CHIP_RV280,
        CHIP_R300,
        CHIP_RS300,
+       CHIP_RV350,
        CHIP_LAST,
 };