Changeset 91db50ac in mainline for uspace/lib/usb/hcd.h
- Timestamp:
- 2010-11-19T21:50:46Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7034be15
- Parents:
- 63b4f90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/hcd.h
r63b4f90 r91db50ac 49 49 typedef ipcarg_t usb_transaction_handle_t; 50 50 51 /** USB transaction outcome. */52 typedef enum {53 USB_OUTCOME_OK,54 USB_OUTCOME_CRCERROR,55 USB_OUTCOME_BABBLE56 } usb_transaction_outcome_t;57 51 58 52 /** USB packet identifier. */ … … 83 77 } usb_packet_id; 84 78 85 const char * usb_str_transaction_outcome(usb_transaction_outcome_t o);86 87 79 /** IPC methods for HCD. 88 80 *
Note:
See TracChangeset
for help on using the changeset viewer.