PL011 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 2e9bdce56f
commit a7d518a61b
6 changed files with 50 additions and 40 deletions

View file

@ -8,15 +8,6 @@
/* pl031.c */
void pl031_init(uint32_t base, qemu_irq irq);
/* pl011.c */
enum pl011_type {
PL011_ARM,
PL011_LUMINARY
};
void pl011_init(uint32_t base, qemu_irq irq, CharDriverState *chr,
enum pl011_type type);
/* pl022.c */
typedef int (*ssi_xfer_cb)(void *, int);
void pl022_init(uint32_t base, qemu_irq irq, ssi_xfer_cb xfer_cb,