From e32fa10a04a15ce1b15c6faa7a64e68ee3906d59 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 12 Jan 2007 10:33:17 -0800 Subject: [PATCH] Remove prototype for pciGetBaseSize. --- hw/xfree86/os-support/bus/xf86Pci.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/os-support/bus/xf86Pci.h b/hw/xfree86/os-support/bus/xf86Pci.h index 458f0ceb9..bdbff9ab0 100644 --- a/hw/xfree86/os-support/bus/xf86Pci.h +++ b/hw/xfree86/os-support/bus/xf86Pci.h @@ -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;