tusb6010: move declarations to new file tusb6010.h
[qemu.git] / hw / tusb6010.h
blobebb35848b911f31f9dcf687716aa6e71707008bc
1 /*
2 * tusb6010 interfaces
4 * Copyright 2011 Red Hat, Inc. and/or its affiliates
6 * Authors:
7 * Avi Kivity <avi@redhat.com>
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.
16 #ifndef TUSB6010_H
17 #define TUSB6010_H
19 typedef struct TUSBState TUSBState;
20 TUSBState *tusb6010_init(qemu_irq intr);
21 int tusb6010_sync_io(TUSBState *s);
22 int tusb6010_async_io(TUSBState *s);
23 void tusb6010_power(TUSBState *s, int on);
25 #endif