On 8 August 2011 18:06, Avi Kivity <avi@xxxxxxxxxx> wrote: > diff --git a/hw/tusb6010.h b/hw/tusb6010.h > new file mode 100644 > index 0000000..6faa94d > --- /dev/null > +++ b/hw/tusb6010.h > @@ -0,0 +1,10 @@ > +#ifndef TUSB6010_H > +#define TUSB6010_H > + > +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); > + > +#endif New files should have a copyright/license boilerplate comment. -- PMM -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html