diff options
Diffstat (limited to 'hw/xilinx.h')
-rw-r--r-- | hw/xilinx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xilinx.h b/hw/xilinx.h index 3a1f4c6907..35f35bd7fc 100644 --- a/hw/xilinx.h +++ b/hw/xilinx.h @@ -1,9 +1,6 @@ #include "qemu-common.h" #include "net.h" -/* OPB Interrupt Controller. */ -qemu_irq *microblaze_pic_init_cpu(CPUState *env); - static inline DeviceState * xilinx_intc_create(target_phys_addr_t base, qemu_irq irq, int kind_of_intr) { |