diff options
Diffstat (limited to 'src/r128_probe.c')
-rw-r--r-- | src/r128_probe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/r128_probe.c b/src/r128_probe.c index 78951663..431efefe 100644 --- a/src/r128_probe.c +++ b/src/r128_probe.c @@ -47,6 +47,10 @@ #include "xf86PciInfo.h" #include "xf86Resources.h" +#ifndef XSERVER_LIBPCIACCESS +static Bool R128Probe(DriverPtr drv, int flags); +#endif + SymTabRec R128Chipsets[] = { { PCI_CHIP_RAGE128LE, "ATI Rage 128 Mobility M3 LE (PCI)" }, { PCI_CHIP_RAGE128LF, "ATI Rage 128 Mobility M3 LF (AGP)" }, |