Changes in uspace/lib/usbdev/include/usb/dev/request.h [1cf26ab:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/request.h
r1cf26ab r9d58539 93 93 uint8_t request; 94 94 /** Main parameter to the request. */ 95 union __attribute__ ((packed)){95 union { 96 96 uint16_t value; 97 97 /* FIXME: add #ifdefs according to host endianness */ 98 struct __attribute__ ((packed)){98 struct { 99 99 uint8_t value_low; 100 100 uint8_t value_high;
Note:
See TracChangeset
for help on using the changeset viewer.