summaryrefslogtreecommitdiff
path: root/src/atibus.h
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2006-12-27 17:59:14 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-01-28 01:24:22 +0200
commit3654b786f1ad1f4e6bfb2fff5ff057254958f7c0 (patch)
treee800da3bea280b0efbe6a6a4d3635a04ba39ba51 /src/atibus.h
parent0117c9bde0d0bbb487bc259cf55e8066ebd63f6a (diff)
Sane probe, based on work by Luc Verhaegen <libv@skynet.be>.
Diffstat (limited to 'src/atibus.h')
-rw-r--r--src/atibus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/atibus.h b/src/atibus.h
index a02d8c5f..c5c676ef 100644
--- a/src/atibus.h
+++ b/src/atibus.h
@@ -44,6 +44,7 @@ typedef enum
extern const char *ATIBusNames[];
-extern int ATIClaimBusSlot(DriverPtr, int, GDevPtr, Bool, ATIPtr);
+extern Bool ATIMach64ProbeIO(pciVideoPtr, ATIPtr);
+extern int ATIClaimBusSlot(Bool, ATIPtr);
#endif /* ___ATIBUS_H___ */