mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 18:14:53 +00:00
DM: remove unused function swtpm_reset_tpm_established_flag
Change-Id: I8253df84ef490418e37ac3d565dcdc7bb8123f3b Tracked-On: #3123 Signed-off-by: Ying Liu <ying2.liu@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
2a33d52ec6
commit
4e7703161e
@@ -36,9 +36,6 @@ void deinit_tpm_emulator(void);
|
||||
/* Send Ctrl channel command CMD_GET_TPMESTABLISHED to SWTPM */
|
||||
bool swtpm_get_tpm_established_flag(void);
|
||||
|
||||
/* Send Ctrl channel command CMD_RESET_TPMESTABLISHED to SWTPM */
|
||||
int swtpm_reset_tpm_established_flag(void);
|
||||
|
||||
/* Send TPM2 command request to SWTPM by using Cmd channel */
|
||||
int swtpm_handle_request(TPMCommBuffer *cmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user