diff options
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, |