Changeset 92f924c8 in mainline for uspace/lib/usb/include/usb/devreq.h
- Timestamp:
- 2011-01-07T13:27:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 7bd34e5
- Parents:
- 28f660d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/devreq.h
r28f660d r92f924c8 70 70 /** Main parameter to the request. */ 71 71 union { 72 uint16_t value; 72 73 /* FIXME: add #ifdefs according to host endianess */ 73 74 struct { … … 75 76 uint8_t value_high; 76 77 }; 77 uint16_t value;78 78 }; 79 79 /** Auxiliary parameter to the request.
Note:
See TracChangeset
for help on using the changeset viewer.