X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hw%2Farm_pic.h;h=1eba2baabc6cde946faf8de8d7e80fb398fee6c8;hb=cd346349b45ef056f138a184f660b8c34c3213cc;hp=b29914985af56f759a0e6d577ad94b2400a78d7d;hpb=cdbdb648b7c2867f0bb7dce27efb1986f770dedb;p=qemu diff --git a/hw/arm_pic.h b/hw/arm_pic.h index b299149..1eba2ba 100644 --- a/hw/arm_pic.h +++ b/hw/arm_pic.h @@ -1,4 +1,4 @@ -/* +/* * Generic ARM Programmable Interrupt Controller support. * * Copyright (c) 2006 CodeSourcery. @@ -14,14 +14,10 @@ #ifndef ARM_INTERRUPT_H #define ARM_INTERRUPT_H 1 -/* The first element of an individual PIC state structures should - be a pointer to the handler routine. */ -typedef void (*arm_pic_handler)(void *opaque, int irq, int level); - /* The CPU is also modeled as an interrupt controller. */ #define ARM_PIC_CPU_IRQ 0 #define ARM_PIC_CPU_FIQ 1 -void *arm_pic_init_cpu(CPUState *env); +qemu_irq *arm_pic_init_cpu(CPUState *env); #endif /* !ARM_INTERRUPT_H */