aboutsummaryrefslogtreecommitdiff
path: root/include/hw/devices.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-04-12 18:54:08 +0200
committerPeter Maydell <peter.maydell@linaro.org>2019-04-29 17:57:21 +0100
commitee2ccc57e96f3f4a592d04d9f994226d470057bf (patch)
tree657f4c96a6c71141c49e8d22d02630b0651220df /include/hw/devices.h
parentfae06a33f0f107619f3b55da41e548eaf317de4d (diff)
hw/devices: Move TC6393XB declarations into a new header
Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20190412165416.7977-5-philmd@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/devices.h')
-rw-r--r--include/hw/devices.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/hw/devices.h b/include/hw/devices.h
index 0850f69745..1e2141caad 100644
--- a/include/hw/devices.h
+++ b/include/hw/devices.h
@@ -50,10 +50,4 @@ void *tahvo_init(qemu_irq irq, int betty);
void retu_key_event(void *retu, int state);
-/* tc6393xb.c */
-typedef struct TC6393xbState TC6393xbState;
-TC6393xbState *tc6393xb_init(struct MemoryRegion *sysmem,
- uint32_t base, qemu_irq irq);
-qemu_irq tc6393xb_l3v_get(TC6393xbState *s);
-
#endif