Changes in uspace/lib/usb/include/usb/classes/hub.h [6bb83c7:d493ac17] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hub.h
r6bb83c7 rd493ac17 196 196 extern size_t USB_HUB_MAX_DESCRIPTOR_SIZE; 197 197 198 /**199 * @brief create uint8_t array with serialized descriptor200 *201 * @param descriptor202 */203 void * usb_serialize_hub_descriptor(usb_hub_descriptor_t * descriptor);204 205 /**206 * @brief create deserialized desriptor structure out of serialized descriptor207 *208 * The serialized descriptor must be proper usb hub descriptor, otherwise an eerror might occur.209 *210 * @param sdescriptor serialized descriptor211 */212 usb_hub_descriptor_t * usb_deserialize_hub_desriptor(void * sdescriptor);213 198 214 199
Note:
See TracChangeset
for help on using the changeset viewer.