aboutsummaryrefslogtreecommitdiff
path: root/include/hw/devices.h
diff options
context:
space:
mode:
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