mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
PL011 qdev conversion
Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
2e9bdce56f
commit
a7d518a61b
6 changed files with 50 additions and 40 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue