PL031 qdev conversion

Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
Paul Brook 2009-05-14 22:35:07 +01:00
parent a558046625
commit a63bdb3102
5 changed files with 16 additions and 14 deletions

View file

@ -5,9 +5,6 @@
/* Also includes some devices that are currently only used by the
ARM boards. */
/* pl031.c */
void pl031_init(uint32_t base, qemu_irq irq);
/* pl022.c */
typedef int (*ssi_xfer_cb)(void *, int);
void pl022_init(uint32_t base, qemu_irq irq, ssi_xfer_cb xfer_cb,