Changeset 09ab0a9a in mainline for uspace/lib/usb/src
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/lib/usb/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/class.c
rb2aaaa0 r09ab0a9a 86 86 } 87 87 88 89 88 /** 90 89 * @} -
uspace/lib/usb/src/debug.c
rb2aaaa0 r09ab0a9a 94 94 } 95 95 96 97 96 /** 98 97 * @} -
uspace/lib/usb/src/dma_buffer.c
rb2aaaa0 r09ab0a9a 116 116 } 117 117 118 119 118 /** 120 119 * Allocate a DMA buffer using the default policy. … … 128 127 return dma_buffer_alloc_policy(db, size, DMA_POLICY_DEFAULT); 129 128 } 130 131 129 132 130 /** -
uspace/lib/usb/src/dump.c
rb2aaaa0 r09ab0a9a 354 354 } 355 355 356 357 356 /** 358 357 * @}
Note:
See TracChangeset
for help on using the changeset viewer.