Ignore:
Timestamp:
2011-02-25T15:03:29Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6cbe7dad
Parents:
233e68d (diff), 3b0fb049 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Devel changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/classes/hub.h

    r233e68d re9e58ea3  
    196196extern size_t USB_HUB_MAX_DESCRIPTOR_SIZE;
    197197
    198 /**
    199  * @brief create uint8_t array with serialized descriptor
    200  *
    201  * @param descriptor
    202  */
    203 void * usb_serialize_hub_descriptor(usb_hub_descriptor_t * descriptor);
    204 
    205 /**
    206  * @brief create deserialized desriptor structure out of serialized descriptor
    207  *
    208  * The serialized descriptor must be proper usb hub descriptor, otherwise an eerror might occur.
    209  *
    210  * @param sdescriptor serialized descriptor
    211  */
    212 usb_hub_descriptor_t * usb_deserialize_hub_desriptor(void * sdescriptor);
    213198
    214199
Note: See TracChangeset for help on using the changeset viewer.