diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 22:35:07 +0100 |
commit | a7d518a61bfdfc5e171b1aaf0bad77ae0bbeb0c2 (patch) | |
tree | f58239e2318822420d5209cfc5fbf87457c47a33 /hw/primecell.h | |
parent | 2e9bdce56f307db907f4d6533d3a3917259f859f (diff) |
PL011 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/primecell.h')
-rw-r--r-- | hw/primecell.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/primecell.h b/hw/primecell.h index 5d270ffe98..714fc785ed 100644 --- a/hw/primecell.h +++ b/hw/primecell.h @@ -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, |