vmware/xorg: Export pci_probe function for ugly chain-loading

This commit is contained in:
Jakob Bornecrantz 2010-01-21 21:32:28 +01:00
parent 36fd55f9f0
commit a3b783ea29
1 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@
#include "vmw_hook.h"
static void vmw_xorg_identify(int flags);
static Bool vmw_xorg_pci_probe(DriverPtr driver,
_X_EXPORT Bool vmw_xorg_pci_probe(DriverPtr driver,
int entity_num,
struct pci_device *device,
intptr_t match_data);
@ -126,7 +126,7 @@ vmw_xorg_identify(int flags)
vmw_xorg_chipsets);
}
static Bool
_X_EXPORT Bool
vmw_xorg_pci_probe(DriverPtr driver,
int entity_num, struct pci_device *device, intptr_t match_data)
{