Changeset 58563585 in mainline for uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h
- Timestamp:
- 2016-08-31T11:15:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h
r7a67416 r58563585 54 54 }; 55 55 56 inline static unsigned cc_to_rc(unsignedcc)56 inline static unsigned int cc_to_rc(unsigned int cc) 57 57 { 58 58 switch (cc) {
Note:
See TracChangeset
for help on using the changeset viewer.