Changeset 92f924c8 in mainline for uspace/lib/usb/include/usb/devreq.h


Ignore:
Timestamp:
2011-01-07T13:27:58Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
Children:
7bd34e5
Parents:
28f660d
Message:

block fibril until address is assigned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/devreq.h

    r28f660d r92f924c8  
    7070        /** Main parameter to the request. */
    7171        union {
     72                uint16_t value;
    7273                /* FIXME: add #ifdefs according to host endianess */
    7374                struct {
     
    7576                        uint8_t value_high;
    7677                };
    77                 uint16_t value;
    7878        };
    7979        /** Auxiliary parameter to the request.
Note: See TracChangeset for help on using the changeset viewer.