From 45ae18cdb9c6c68ab331d122e2cb3c30764cb467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 28 Feb 2015 15:35:02 +0000 Subject: [PATCH] removed doubly defined typedef --- BaS_gcc/pci/pci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/BaS_gcc/pci/pci.c b/BaS_gcc/pci/pci.c index c718751..7e26622 100644 --- a/BaS_gcc/pci/pci.c +++ b/BaS_gcc/pci/pci.c @@ -82,8 +82,6 @@ static int32_t handles[NUM_CARDS]; /* holds the card's resource descriptors; filled in pci_device_config() */ 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() * and pci_unhook_interrupt()) of the PCI cards