- Timestamp:
- Aug 30, 2021 12:56:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/tpm-linux.cpp
r90915 r90995 156 156 157 157 158 RTDECL(uint32_t) RTTpmGetLocalityMax(RTTPM hTpm) 159 { 160 RT_NOREF(hTpm); 161 return 0; /* On Linux only TPM locality 0 is supported. */ 162 } 163 164 158 165 RTDECL(int) RTTpmReqCancel(RTTPM hTpm) 159 166 {
Note:
See TracChangeset
for help on using the changeset viewer.