Changeset 3185692 in mainline for uspace/drv/usbhub/usbhub_private.h
- Timestamp:
- 2011-02-25T09:56:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fc764f, 11f1817
- Parents:
- a80849c (diff), d493ac17 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub_private.h
ra80849c r3185692 162 162 } 163 163 164 /** 165 * @brief create uint8_t array with serialized descriptor 166 * 167 * @param descriptor 168 * @return newly created serializd descriptor pointer 169 */ 170 void * usb_serialize_hub_descriptor(usb_hub_descriptor_t * descriptor); 171 172 /** 173 * @brief create deserialized desriptor structure out of serialized descriptor 174 * 175 * The serialized descriptor must be proper usb hub descriptor, 176 * otherwise an eerror might occur. 177 * 178 * @param sdescriptor serialized descriptor 179 * @return newly created deserialized descriptor pointer 180 */ 181 usb_hub_descriptor_t * usb_deserialize_hub_desriptor(void * sdescriptor); 164 182 165 183
Note:
See TracChangeset
for help on using the changeset viewer.