diff options
| author | Hervé Poussineau <hpoussin@reactos.org> | 2012-02-17 20:27:16 +0100 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-22 09:02:19 -0600 |
| commit | b39506e44d73a3564adf7237f2a716f1e569e5a3 (patch) | |
| tree | 689848ff97916b144247ebcc69b837957aa4cde1 /hw/mips.h | |
| parent | 63b9932dd0bb1f5ad88bc597681c743b86863993 (diff) | |
| download | focaccia-qemu-b39506e44d73a3564adf7237f2a716f1e569e5a3.tar.gz focaccia-qemu-b39506e44d73a3564adf7237f2a716f1e569e5a3.zip | |
jazz-led: convert to QOM
Some simplifications in I/O functions are possible because Jazz LED only registers one byte of I/O. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/mips.h')
| -rw-r--r-- | hw/mips.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/mips.h b/hw/mips.h index 22156fce53..a7e6d4cc62 100644 --- a/hw/mips.h +++ b/hw/mips.h @@ -10,9 +10,6 @@ PCIBus *gt64120_register(qemu_irq *pic); /* bonito.c */ PCIBus *bonito_init(qemu_irq *pic); -/* jazz_led.c */ -void jazz_led_init(MemoryRegion *address_space, target_phys_addr_t base); - /* rc4030.c */ typedef struct rc4030DMAState *rc4030_dma; void rc4030_dma_memory_rw(void *opaque, target_phys_addr_t addr, uint8_t *buf, int len, int is_write); |