Ignore:
Timestamp:
2013-09-21T01:10:47Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ce33c10
Parents:
9348862
Message:

libusbhost: Rename usb_endpoint_manager → usb_bus

It's shorter and more accurate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/hcd.h

    r9348862 r4cf5b8e0  
    4141#include <usbhc_iface.h>
    4242
    43 #include <usb/host/usb_endpoint_manager.h>
     43#include <usb/host/usb_bus.h>
    4444#include <usb/host/usb_transfer_batch.h>
    4545
     
    6464struct hcd {
    6565        /** Endpoint manager. */
    66         usb_endpoint_manager_t ep_manager;
     66        usb_bus_t bus;
    6767
    6868        /** Driver implementation */
Note: See TracChangeset for help on using the changeset viewer.