Changeset 708d8fcd in mainline for uspace/lib/drv
- Timestamp:
- 2018-01-10T00:46:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f92f6b1
- Parents:
- 4793023
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-09 19:26:55)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-10 00:46:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhc_iface.h
r4793023 r708d8fcd 64 64 * Callers shall fill it with bare contents of respective descriptors (in usb endianity). 65 65 */ 66 typedef struct {66 typedef struct usb_endpoint_descriptors { 67 67 struct { 68 68 uint8_t endpoint_address;
Note:
See TracChangeset
for help on using the changeset viewer.