Ignore:
Timestamp:
2012-12-16T20:08:54Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c7ed9c
Parents:
ddab093
Message:

libusbhost, ohci: Move more generic stuff to libusbhost.

File:
1 edited

Legend:

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

    rddab093 r5994cc3  
    6767};
    6868
     69
    6970/** Initialize hcd_t structure.
    7071 * Initializes device and endpoint managers. Sets data and hook pointer to NULL.
     
    109110}
    110111
    111 int hcd_register_hub(hcd_t *instance, usb_address_t *address, ddf_fun_t *hub_fun);
     112int hcd_setup_device(ddf_dev_t *device);
     113int hcd_setup_hub(hcd_t *instance, usb_address_t *address, ddf_dev_t *dev);
    112114
     115hcd_t *dev_to_hcd(ddf_dev_t *dev);
    113116
    114117/** Data retrieve wrapper.
Note: See TracChangeset for help on using the changeset viewer.