From 8a08cc71d29b7ff43d91d37303f40aa89f65c617 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Fri, 12 Apr 2019 18:54:09 +0200 Subject: hw/devices: Move Blizzard declarations into a new header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an entries the Blizzard device in MAINTAINERS. Reviewed-by: Thomas Huth Reviewed-by: Markus Armbruster Signed-off-by: Philippe Mathieu-Daudé Message-id: 20190412165416.7977-6-philmd@redhat.com Signed-off-by: Peter Maydell --- include/hw/devices.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/hw/devices.h') diff --git a/include/hw/devices.h b/include/hw/devices.h index 1e2141caad..77d6611302 100644 --- a/include/hw/devices.h +++ b/include/hw/devices.h @@ -29,13 +29,6 @@ void tsc2005_set_transform(void *opaque, MouseTransformInfo *info); /* stellaris_input.c */ void stellaris_gamepad_init(int n, qemu_irq *irq, const int *keycode); -/* blizzard.c */ -void *s1d13745_init(qemu_irq gpio_int); -void s1d13745_write(void *opaque, int dc, uint16_t value); -void s1d13745_write_block(void *opaque, int dc, - void *buf, size_t len, int pitch); -uint16_t s1d13745_read(void *opaque, int dc); - /* cbus.c */ typedef struct { qemu_irq clk; -- cgit 1.4.1