From b39506e44d73a3564adf7237f2a716f1e569e5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Fri, 17 Feb 2012 20:27:16 +0100 Subject: jazz-led: convert to QOM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some simplifications in I/O functions are possible because Jazz LED only registers one byte of I/O. Signed-off-by: Hervé Poussineau Signed-off-by: Anthony Liguori --- hw/mips.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'hw/mips.h') diff --git a/hw/mips.h b/hw/mips.h index 22156fc..a7e6d4c 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); -- cgit v1.1