Changes in uspace/lib/usb/include/usb/devdrv.h [09daa8b:a372663] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/devdrv.h
r09daa8b 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.