diff options
Diffstat (limited to 'hw/tusb6010.h')
-rw-r--r-- | hw/tusb6010.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hw/tusb6010.h b/hw/tusb6010.h index ebb35848b9..b85ee86215 100644 --- a/hw/tusb6010.h +++ b/hw/tusb6010.h @@ -16,10 +16,13 @@ #ifndef TUSB6010_H #define TUSB6010_H +#include "targphys.h" +#include "memory.h" + typedef struct TUSBState TUSBState; TUSBState *tusb6010_init(qemu_irq intr); -int tusb6010_sync_io(TUSBState *s); -int tusb6010_async_io(TUSBState *s); +MemoryRegion *tusb6010_sync_io(TUSBState *s); +MemoryRegion *tusb6010_async_io(TUSBState *s); void tusb6010_power(TUSBState *s, int on); #endif |