diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:09 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:09 +0100 |
commit | 5493e33f12b75207f8b1bb993ba97e47b3d8de85 (patch) | |
tree | af7cad82e49aa2d0aaf227f9d2bac88bb3bf5f27 /hw/primecell.h | |
parent | 90d37239d4051281d2882117efc73020046c32ca (diff) |
Stellaris SSI qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
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); |