]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()
authorKevin O'Connor <kevin@koconnor.net>
Thu, 16 Oct 2014 17:40:42 +0000 (13:40 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 16 Oct 2014 20:30:15 +0000 (16:30 -0400)
commit277ea6f5d145f77d2374b9425016735c302811a0
tree7e12c803d58c3c248066a179c9235f1922fb6eb6
parent2e0c2ea74f1b02cb7a112b59643862f886608e97
ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()

Support alloc, update, and free from the single exported function.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/hw/usb-ehci.c
src/hw/usb-ehci.h
src/hw/usb.c