Revision a7d518a6 hw/primecell.h

b/hw/primecell.h
8 8
/* pl031.c */
9 9
void pl031_init(uint32_t base, qemu_irq irq);
10 10

  
11
/* pl011.c */
12
enum pl011_type {
13
    PL011_ARM,
14
    PL011_LUMINARY
15
};
16

  
17
void pl011_init(uint32_t base, qemu_irq irq, CharDriverState *chr,
18
                enum pl011_type type);
19

  
20 11
/* pl022.c */
21 12
typedef int (*ssi_xfer_cb)(void *, int);
22 13
void pl022_init(uint32_t base, qemu_irq irq, ssi_xfer_cb xfer_cb,

Also available in: Unified diff