diff options
Diffstat (limited to 'hw/xfree86/common/xf86pciBus.h')
-rw-r--r-- | hw/xfree86/common/xf86pciBus.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xfree86/common/xf86pciBus.h b/hw/xfree86/common/xf86pciBus.h index e625e5179..56ec6e9e7 100644 --- a/hw/xfree86/common/xf86pciBus.h +++ b/hw/xfree86/common/xf86pciBus.h @@ -37,9 +37,9 @@ void xf86PciProbe(void); Bool xf86PciAddMatchingDev(DriverPtr drvp); Bool xf86PciProbeDev(DriverPtr drvp); void xf86PciIsolateDevice(char *argument); -int xf86PciMatchDriver(char* matches[], int nmatches); +int xf86PciMatchDriver(char *matches[], int nmatches); Bool xf86PciConfigure(void *busData, struct pci_device *pDev); void xf86PciConfigureNewDev(void *busData, struct pci_device *pVideo, - GDevRec *GDev, int *chipset); + GDevRec * GDev, int *chipset); -#endif /* _XF86_PCI_BUS_H */ +#endif /* _XF86_PCI_BUS_H */ |