hcd_buffer_destroy
Name
hcd_buffer_destroy -- deallocate buffer pools
Synopsis
void hcd_buffer_destroy
(struct usb_hcd * hcd);
Arguments
hcd
the bus whose buffer pools are to be destroyed
Description
This frees the buffer pools created by hcd_buffer_create
.