diff options
Diffstat (limited to 'src/atibus.h')
-rw-r--r-- | src/atibus.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/atibus.h b/src/atibus.h index b719702a..c5c676ef 100644 --- a/src/atibus.h +++ b/src/atibus.h @@ -38,19 +38,13 @@ */ typedef enum { - ATI_BUS_ISA = 0, - ATI_BUS_EISA, - ATI_BUS_MCA16, - ATI_BUS_MCA32, - ATI_BUS_SXLB, - ATI_BUS_DXLB, - ATI_BUS_VLB, ATI_BUS_PCI, ATI_BUS_AGP } ATIBusType; 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___ */ |