From 5508f7646f9754b054e961a1025b7a52913b563b Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 8 Aug 2006 16:43:31 -0700 Subject: [PATCH] Remove prototypes from some functions that were previously removed. --- hw/xfree86/os-support/bus/Pci.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h index 951d9f308..b9a9d8f20 100644 --- a/hw/xfree86/os-support/bus/Pci.h +++ b/hw/xfree86/os-support/bus/Pci.h @@ -355,13 +355,10 @@ typedef struct pci_bus_info { #define PCI_CFG_MECH_OTHER 3 /* Something else */ /* Generic PCI service functions and helpers */ -PCITAG pciGenFindFirst(void); -PCITAG pciGenFindNext(void); CARD32 pciCfgMech1Read(PCITAG tag, int offset); void pciCfgMech1Write(PCITAG tag, int offset, CARD32 val); void pciCfgMech1SetBits(PCITAG tag, int offset, CARD32 mask, CARD32 val); -CARD32 pciByteSwap(CARD32); ADDRESS pciAddrNOOP(PCITAG tag, PciAddrType type, ADDRESS); extern int pciMaxBusNum;