blob: 903ac98e7b305d371652f5387792114de09b0bd7 [file] [log] [blame]
/*
* Copyright 2015 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef __TPM2_EVICTCONTROL_FP_H
#define __TPM2_EVICTCONTROL_FP_H
typedef struct {
TPMI_DH_OBJECT objectHandle;
TPMI_DH_OBJECT persistentHandle;
TPM_RH auth;
} EvictControl_In;
TPM_RC TPM2_EvictControl(
EvictControl_In *in // IN: input parameter list
);
#endif // __TPM2_EVICTCONTROL_FP_H