diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-11-21 03:08:26 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-01-28 01:24:23 +0200 |
commit | 57822be75740f339445f2375d44632560f4bbe57 (patch) | |
tree | 3e1f65b76504981aeab8134fc40882f3784de78c /src/atiident.h | |
parent | 8b7c88e9ed549777413136c0f2ccc61747b010d8 (diff) |
Drop pATI->Chipset, no longer used.mach64-pci-1
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 ca488c9..38699ec 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___ */ |