diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-01-18 18:17:40 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-01-18 18:17:40 +0200 |
commit | 12c00111b68c9cf4872a424258c6f8b7247aac47 (patch) | |
tree | 183e2fa028dd2b56c18b0bac55050f88e8c9be98 /src/ati.h | |
parent | 24c7d134cd450f9e2cca85e4a2fc3253d250be04 (diff) |
use stand-alone drivers for each chip family.
Do not load the ati wrapper when the user specifies the sub-driver name in
the Driver line of xorg.conf. Also, for -configure cause the wrapper to fail
and let each sub-driver speak for themselves.
Diffstat (limited to 'src/ati.h')
-rw-r--r-- | src/ati.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ #include "xf86_OSproc.h" +extern void ati_check_subdriver_added(); + extern DriverRec ATI; #endif /* ___ATI_H___ */ |