Changeset 18618 in vbox for trunk/include/VBox
- Timestamp:
- Apr 1, 2009 10:13:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmapi.h
r14498 r18618 109 109 VMMR3DECL(int) PDMR3DeviceDetach(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun); 110 110 VMMR3DECL(void) PDMR3DmaRun(PVM pVM); 111 VMMR3DECL(void) PDMR3Poll(PVM pVM);112 111 VMMR3DECL(int) PDMR3LockCall(PVM pVM); 113 112 VMMR3DECL(int) PDMR3RegisterVMMDevHeap(PVM pVM, RTGCPHYS GCPhys, RTR3PTR pvHeap, unsigned cbSize);
Note:
See TracChangeset
for help on using the changeset viewer.