Changeset 90946 in vbox for trunk/src/VBox
- Timestamp:
- Aug 27, 2021 10:55:25 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146584
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r90908 r90946 589 589 Security/DevTpm.cpp \ 590 590 Security/DrvTpmEmu.cpp 591 592 VBoxDD_SOURCES.linux += \ 593 Security/DrvTpmHost.cpp 591 594 endif 592 595 -
trunk/src/VBox/Devices/build/VBoxDD.cpp
r90530 r90946 416 416 if (RT_FAILURE(rc)) 417 417 return rc; 418 419 # ifdef RT_OS_LINUX 420 rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvTpmHost); 421 if (RT_FAILURE(rc)) 422 return rc; 423 # endif 418 424 #endif 419 425 -
trunk/src/VBox/Devices/build/VBoxDD.h
r90908 r90946 199 199 #ifdef VBOX_WITH_TPM 200 200 extern const PDMDRVREG g_DrvTpmEmu; 201 # ifdef RT_OS_LINUX 202 extern const PDMDRVREG g_DrvTpmHost; 203 # endif 201 204 #endif 202 205
Note:
See TracChangeset
for help on using the changeset viewer.