Changeset 90981 in vbox for trunk/include
- Timestamp:
- Aug 29, 2021 12:50:29 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146620
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmapi.h
r89620 r90981 170 170 PPPDMIBASE ppBase); 171 171 VMMR3DECL(void) PDMR3DmaRun(PVM pVM); 172 VMMR3_INT_DECL(int) PDMR3LockCall(PVM pVM);173 172 174 173 VMMR3_INT_DECL(int) PDMR3VmmDevHeapAlloc(PVM pVM, size_t cbSize, PFNPDMVMMDEVHEAPNOTIFY pfnNotify, RTR3PTR *ppv); -
trunk/include/VBox/vmm/vmm.h
r90980 r90981 55 55 /** Invalid operation. */ 56 56 VMMCALLRING3_INVALID = 0, 57 /** Acquire the PDM lock. */58 VMMCALLRING3_PDM_LOCK,59 57 /** Acquire the critical section specified as argument. */ 60 58 VMMCALLRING3_PDM_CRIT_SECT_ENTER,
Note:
See TracChangeset
for help on using the changeset viewer.