Changeset 86426 in vbox for trunk/src/VBox/VMM/include/PDMInternal.h
- Timestamp:
- Oct 2, 2020 3:47:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMInternal.h
r85126 r86426 1608 1608 1609 1609 int pdmR3LdrInitU(PUVM pUVM); 1610 void pdmR3LdrTermU(PUVM pUVM );1610 void pdmR3LdrTermU(PUVM pUVM, bool fFinal); 1611 1611 char *pdmR3FileR3(const char *pszFile, bool fShared); 1612 1612 int pdmR3LoadR3U(PUVM pUVM, const char *pszFilename, const char *pszName);
Note:
See TracChangeset
for help on using the changeset viewer.