removed doubly defined typedef

This commit is contained in:
Markus Fröschle
2015-02-28 15:35:02 +00:00
parent c036d08f6a
commit 43bb0cbe2e

View File

@@ -82,8 +82,6 @@ static int32_t handles[NUM_CARDS];
/* holds the card's resource descriptors; filled in pci_device_config() */ /* holds the card's resource descriptors; filled in pci_device_config() */
static struct pci_rd resource_descriptors[NUM_CARDS][NUM_RESOURCES]; static struct pci_rd resource_descriptors[NUM_CARDS][NUM_RESOURCES];
typedef int (*pci_interrupt_handler)(int param);
/* /*
* holds the interrupt handler addresses (see pci_hook_interrupt() * holds the interrupt handler addresses (see pci_hook_interrupt()
* and pci_unhook_interrupt()) of the PCI cards * and pci_unhook_interrupt()) of the PCI cards