Changeset 277ff98 in mainline for uspace/lib/usbdev/src/pipes.c
- Timestamp:
- 2011-12-11T17:27:29Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 023a902
- Parents:
- c046942
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/pipes.c
rc046942 r277ff98 35 35 #include <usb_iface.h> 36 36 #include <usb/dev/pipes.h> 37 #include <usb/dev.h>38 37 #include <errno.h> 39 38 #include <assert.h> 40 #include "pipepriv.h"41 39 42 40 /** Tell USB interface assigned to given device. … … 78 76 void usb_pipe_start_long_transfer(usb_pipe_t *pipe) 79 77 { 80 (void) pipe_add_ref(pipe, true);81 78 } 82 79 … … 89 86 void usb_pipe_end_long_transfer(usb_pipe_t *pipe) 90 87 { 91 pipe_drop_ref(pipe);92 88 } 93 89
Note:
See TracChangeset
for help on using the changeset viewer.