Remove prototype for pciGetBaseSize.
This commit is contained in:
parent
7411f5c389
commit
e32fa10a04
|
@ -252,7 +252,6 @@ typedef enum {
|
||||||
/* Public PCI access functions */
|
/* Public PCI access functions */
|
||||||
ADDRESS pciBusAddrToHostAddr(PCITAG tag, PciAddrType type, ADDRESS addr);
|
ADDRESS pciBusAddrToHostAddr(PCITAG tag, PciAddrType type, ADDRESS addr);
|
||||||
PCITAG pciTag(int busnum, int devnum, int funcnum);
|
PCITAG pciTag(int busnum, int devnum, int funcnum);
|
||||||
int pciGetBaseSize(PCITAG tag, int indx, Bool destructive, Bool *min);
|
|
||||||
Bool xf86scanpci(void);
|
Bool xf86scanpci(void);
|
||||||
|
|
||||||
extern int pciNumBuses;
|
extern int pciNumBuses;
|
||||||
|
|
Loading…
Reference in New Issue