Changes in uspace/lib/usb/src/pipepriv.h [2c2cbcf:d48fcc0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/pipepriv.h
r2c2cbcf rd48fcc0 37 37 38 38 #include <usb/pipes.h> 39 #include <bool.h>40 39 41 40 void pipe_acquire(usb_pipe_t *); … … 45 44 void pipe_end_transaction(usb_pipe_t *); 46 45 47 int pipe_add_ref(usb_pipe_t * , bool);46 int pipe_add_ref(usb_pipe_t *); 48 47 void pipe_drop_ref(usb_pipe_t *); 49 48
Note:
See TracChangeset
for help on using the changeset viewer.