diff options
Diffstat (limited to 'src/atiident.h')
-rw-r--r-- | src/atiident.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/atiident.h b/src/atiident.h index ca488c9d..38699ec6 100644 --- a/src/atiident.h +++ b/src/atiident.h @@ -23,18 +23,6 @@ #ifndef ___ATIIDENT_H___ #define ___ATIIDENT_H___ 1 -typedef enum -{ - ATI_CHIPSET_ATI, - ATI_CHIPSET_MACH64, - ATI_CHIPSET_RAGE128, - ATI_CHIPSET_RADEON, - ATI_CHIPSET_MAX /* Must be last */ -} ATIChipsetType; - -extern const char *ATIChipsetNames[]; - extern void ATIIdentify(int); -extern int ATIIdentProbe(const char *); #endif /* ___ATIIDENT_H___ */ |