diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-12-27 17:59:14 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-01-28 01:24:22 +0200 |
commit | 3654b786f1ad1f4e6bfb2fff5ff057254958f7c0 (patch) | |
tree | e800da3bea280b0efbe6a6a4d3635a04ba39ba51 /src/atibus.h | |
parent | 0117c9bde0d0bbb487bc259cf55e8066ebd63f6a (diff) |
Sane probe, based on work by Luc Verhaegen <libv@skynet.be>.
Diffstat (limited to 'src/atibus.h')
-rw-r--r-- | src/atibus.h | 3 |
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___ */ |