Ignore:
Timestamp:
2012-12-21T11:01:09Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ef03d7
Parents:
a720ff6
Message:

libusbhost: Move ddf specific functions to separate header.

Switch ehci to using libusbhost proided routines.
Make hcd_iface private.

File:
1 edited

Legend:

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

    ra720ff6 r53332b5b  
    103103    usbhc_iface_transfer_out_callback_t out, void *arg, const char* name);
    104104
    105 int hcd_add_device(hcd_t *instance, ddf_dev_t *parent,
    106     usb_address_t address, usb_speed_t speed, const char *name,
    107     const match_id_list_t *mids);
    108 
    109 int hcd_setup_device(ddf_dev_t *device, ddf_fun_t **fun);
    110 int hcd_setup_hub(hcd_t *instance, usb_address_t *address, ddf_dev_t *dev);
    111 
    112 hcd_t *dev_to_hcd(ddf_dev_t *dev);
    113105
    114106/** Data retrieve wrapper.
     
    122114
    123115
    124 extern usbhc_iface_t hcd_iface;
    125 
    126116#endif
    127117
Note: See TracChangeset for help on using the changeset viewer.