Ignore:
Timestamp:
2013-02-08T20:47:19Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86a01cc
Parents:
c5f4e6a
Message:

libusbvirt: Drop port_count param.

Use library provided macro to compute additional space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/include/usbvirt/virthub_base.h

    rc5f4e6a r49f2f29  
    5959    const char *name, usbvirt_device_ops_t *ops, void *data,
    6060    const usb_standard_device_descriptor_t *device_desc,
    61     const usb_hub_descriptor_header_t *hub_desc,
    62     usb_endpoint_t ep, unsigned port_count);
     61    const usb_hub_descriptor_header_t *hub_desc, usb_endpoint_t ep);
    6362
    6463usb_address_t virthub_base_get_address(virthub_base_t *instance);
Note: See TracChangeset for help on using the changeset viewer.