Changeset 90492 in vbox for trunk/src/VBox/Devices/build
- Timestamp:
- Aug 3, 2021 10:16:28 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146096
- Location:
- trunk/src/VBox/Devices/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r88626 r90492 232 232 if (RT_FAILURE(rc)) 233 233 return rc; 234 #ifdef VBOX_WITH_TPM 235 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceTpm); 236 if (RT_FAILURE(rc)) 237 return rc; 238 #endif 234 239 235 240 return VINF_SUCCESS; -
trunk/src/VBox/Devices/build/VBoxDD.h
r88626 r90492 201 201 extern const PDMDEVREG g_DeviceIommuIntel; 202 202 #endif 203 #ifdef VBOX_WITH_TPM 204 extern const PDMDEVREG g_DeviceTpm; 205 #endif 203 206 204 207 /* VBoxAcpi.cpp */
Note:
See TracChangeset
for help on using the changeset viewer.