Changeset 90838 in vbox for trunk/include
- Timestamp:
- Aug 24, 2021 11:35:22 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146473
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmqueue.h
r85121 r90838 87 87 * @returns Success indicator. 88 88 * If false the item will not be removed and the flushing will stop. 89 * @param p DevIns The USB device instance.89 * @param pUsbIns The USB device instance. 90 90 * @param pItem The item to consume. Upon return this item will be freed. 91 91 * @remarks No locks will be held, but for now it's safe to assume that only one -
trunk/include/VBox/vmm/pdmsrv.h
r85121 r90838 123 123 * 124 124 * @param pSrvIns The service instance data. 125 * @param pDevIns The device instance to detach. 126 * @param pDrvIns The driver instance to detach. 125 127 */ 126 128 typedef DECLCALLBACKTYPE(void, FNPDMSRVDETACH,(PPDMSRVINS pSrvIns, PPDMDEVINS pDevIns, PPDMDRVINS pDrvIns));
Note:
See TracChangeset
for help on using the changeset viewer.