diff options
Diffstat (limited to 'hw/primecell.h')
-rw-r--r-- | hw/primecell.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/primecell.h b/hw/primecell.h index bbc91ec5ab..3e24eb199c 100644 --- a/hw/primecell.h +++ b/hw/primecell.h @@ -5,11 +5,6 @@ /* Also includes some devices that are currently only used by the ARM boards. */ -/* pl022.c */ -typedef int (*ssi_xfer_cb)(void *, int); -void pl022_init(uint32_t base, qemu_irq irq, ssi_xfer_cb xfer_cb, - void *opaque); - /* pl061.c */ void pl061_float_high(void *opaque, uint8_t mask); qemu_irq *pl061_init(uint32_t base, qemu_irq irq, qemu_irq **out); |