aboutsummaryrefslogtreecommitdiffstats
path: root/hw/devices.h
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-22 03:15:10 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-04-22 03:15:10 +0000
commit942ac05261a4e913ce347501b811555cb48cda60 (patch)
tree4ff0346c1ad157b12301b7a577232ff41418fa58 /hw/devices.h
parenta050e24df2d534d960ed4ead4865f741e40d472b (diff)
Inventra MUSB-HDRC host-mode USB.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4232 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/devices.h')
-rw-r--r--hw/devices.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/hw/devices.h b/hw/devices.h
index e2ecdf9f4..869b34f3c 100644
--- a/hw/devices.h
+++ b/hw/devices.h
@@ -52,4 +52,11 @@ void *tahvo_init(qemu_irq irq, int betty);
void retu_key_event(void *retu, int state);
+/* tusb6010.c */
+struct tusb_s;
+struct tusb_s *tusb6010_init(qemu_irq intr);
+int tusb6010_sync_io(struct tusb_s *s);
+int tusb6010_async_io(struct tusb_s *s);
+void tusb6010_power(struct tusb_s *s, int on);
+
#endif