Statistics
| Branch: | Revision:

root / hw / escc.h @ ea3bd56f

History | View | Annotate | Download (344 Bytes)

1 b4ed08e0 blueswir1
/* escc.c */
2 b4ed08e0 blueswir1
#define ESCC_SIZE 4
3 c227f099 Anthony Liguori
int escc_init(target_phys_addr_t base, qemu_irq irqA, qemu_irq irqB,
4 aeeb69c7 aurel32
              CharDriverState *chrA, CharDriverState *chrB,
5 aeeb69c7 aurel32
              int clock, int it_shift);
6 b4ed08e0 blueswir1
7 c227f099 Anthony Liguori
void slavio_serial_ms_kbd_init(target_phys_addr_t base, qemu_irq irq,
8 b4ed08e0 blueswir1
                               int disabled, int clock, int it_shift);