diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-03-08 07:07:02 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-03-08 18:37:43 +0200 |
commit | 52684241ba1ffb393cb655ecc09cbd0cef5b1717 (patch) | |
tree | 36aacc7cf5ab13beb3a00d7b1893f861204dc33a /src/atiprobe.h | |
parent | 1e270b411cf691c69194932b864ee2c9db292263 (diff) |
Move atiprobe.c from ati to atimisc.
Diffstat (limited to 'src/atiprobe.h')
-rw-r--r-- | src/atiprobe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atiprobe.h b/src/atiprobe.h index 4081fb3..6195eb4 100644 --- a/src/atiprobe.h +++ b/src/atiprobe.h @@ -25,6 +25,6 @@ #include "xf86str.h" -extern Bool ATIProbe(DriverPtr, int); +extern Bool ATIMach64ProbeIO(pciVideoPtr, ATIPtr); #endif /* ___ATIPROBE_H___ */ |