Changeset 8e9becf6 in mainline for uspace/lib/usb/include/usb/request.h
- Timestamp:
- 2011-03-08T20:00:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 021351c
- Parents:
- 0588062e (diff), d2fc1c2 (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/usb/include/usb/request.h
r0588062e r8e9becf6 72 72 union { 73 73 uint16_t value; 74 /* FIXME: add #ifdefs according to host endian ess */74 /* FIXME: add #ifdefs according to host endianness */ 75 75 struct { 76 76 uint8_t value_low;
Note:
See TracChangeset
for help on using the changeset viewer.