Changeset 0dc2fec in mainline for uspace/lib/usbdev/include/usb/dev/request.h
- Timestamp:
- 2016-05-22T19:19:43Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b272c67a
- Parents:
- 153c7a29 (diff), af2254ec (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/lib/usbdev/include/usb/dev/request.h
r153c7a29 r0dc2fec 109 109 } __attribute__ ((packed)) usb_device_request_setup_packet_t; 110 110 111 int assert[(sizeof(usb_device_request_setup_packet_t) == 8) ? 1: -1];112 113 111 int usb_control_request_set(usb_pipe_t *, 114 112 usb_request_type_t, usb_request_recipient_t, uint8_t,
Note:
See TracChangeset
for help on using the changeset viewer.