Changeset 106271 in vbox for trunk/src/VBox/Devices/Security
- Timestamp:
- Oct 10, 2024 7:36:47 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165065
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Security/DevTpm.cpp
r106259 r106271 1641 1641 static DECLCALLBACK(uint32_t) tpmR3TpmPortGetMaxBufferSize(PPDMITPMPORT pInterface) 1642 1642 { 1643 1643 RT_NOREF(pInterface); 1644 1644 return TPM_DATA_BUFFER_SIZE_MAX; 1645 1645 }
Note:
See TracChangeset
for help on using the changeset viewer.