Changeset a372663 in mainline for uspace/lib/usb/include/usb/devdrv.h
- Timestamp:
- 2011-03-21T13:53:11Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3954a63b
- Parents:
- 8a951ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/devdrv.h
r8a951ca ra372663 41 41 typedef struct { 42 42 /** The default control pipe. */ 43 usb_ endpoint_pipe_t ctrl_pipe;43 usb_pipe_t ctrl_pipe; 44 44 /** Other endpoint pipes. 45 45 * This is an array of other endpoint pipes in the same order as
Note:
See TracChangeset
for help on using the changeset viewer.