4 * Copyright 2011 Red Hat, Inc. and/or its affiliates
9 * Derived from hw/devices.h.
11 * This work is licensed under the terms of the GNU GPL, version 2. See
12 * the COPYING file in the top-level directory.
22 typedef struct TUSBState TUSBState;
23 TUSBState *tusb6010_init(qemu_irq intr);
24 MemoryRegion *tusb6010_sync_io(TUSBState *s);
25 MemoryRegion *tusb6010_async_io(TUSBState *s);
26 void tusb6010_power(TUSBState *s, int on);