diff options
author | Avi Kivity <avi@redhat.com> | 2011-08-15 17:17:22 +0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-22 10:20:40 -0500 |
commit | d09871f69c1863e6683d7c62a72b2d1a98e6d639 (patch) | |
tree | f2a603479f7de8fb9af050541f109db17dd55a97 /hw/devices.h | |
parent | fc2bf44972349b078d8310466c3866615500e67f (diff) |
tusb6010: move declarations to new file tusb6010.h
Avoid #include hell.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/devices.h')
-rw-r--r-- | hw/devices.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/hw/devices.h b/hw/devices.h index c788373c8c..07fda83169 100644 --- a/hw/devices.h +++ b/hw/devices.h @@ -47,13 +47,6 @@ void *tahvo_init(qemu_irq irq, int betty); void retu_key_event(void *retu, int state); -/* tusb6010.c */ -typedef struct TUSBState TUSBState; -TUSBState *tusb6010_init(qemu_irq intr); -int tusb6010_sync_io(TUSBState *s); -int tusb6010_async_io(TUSBState *s); -void tusb6010_power(TUSBState *s, int on); - /* tc6393xb.c */ typedef struct TC6393xbState TC6393xbState; #define TC6393XB_RAM 0x110000 /* amount of ram for Video and USB */ |