Remove prototype for pciGetBaseSize.

This commit is contained in:
Ian Romanick 2007-01-12 10:33:17 -08:00
parent 7411f5c389
commit e32fa10a04

View File

@ -252,7 +252,6 @@ typedef enum {
/* Public PCI access functions */
ADDRESS pciBusAddrToHostAddr(PCITAG tag, PciAddrType type, ADDRESS addr);
PCITAG pciTag(int busnum, int devnum, int funcnum);
int pciGetBaseSize(PCITAG tag, int indx, Bool destructive, Bool *min);
Bool xf86scanpci(void);
extern int pciNumBuses;