X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=ppcskel.git;a=blobdiff_plain;f=usb%2Fhost%2Fhost.h;h=fe96aabb71c2747a04e75dd335be228e7c3e22aa;hp=878e5512a78bd4a68ff58b39385486a1e95ae996;hb=0a6c9cd0c045cc9481147531a8e3cc08aef20a98;hpb=d2d9dbe02102801e2f52380fb5bd11d8cbcf786c diff --git a/usb/host/host.h b/usb/host/host.h index 878e551..fe96aab 100644 --- a/usb/host/host.h +++ b/usb/host/host.h @@ -56,4 +56,6 @@ u8 hcdi_enqueue(const usb_transfer_descriptor *td); */ u8 hcdi_dequeue(usb_transfer_descriptor *td); +void hcdi_fire(void); + #endif /* __HOST_H */