blob: cb320c25f5020508826683d2739ec6160500c6b1 [file] [log] [blame]
Vadim Bendebury0d658a02015-05-29 22:55:38 -07001/*
2 * Copyright 2015 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7#ifndef __TPM2_EVICTCONTROL_FP_H
8#define __TPM2_EVICTCONTROL_FP_H
9
10typedef struct {
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070011 TPMI_DH_OBJECT objectHandle;
12 TPMI_DH_OBJECT persistentHandle;
13 TPM_RH auth;
Vadim Bendebury0d658a02015-05-29 22:55:38 -070014} EvictControl_In;
15
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070016TPM_RC TPM2_EvictControl(EvictControl_In *in // IN: input parameter list
Vadim Bendebury0d658a02015-05-29 22:55:38 -070017 );
18
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070019#endif // __TPM2_EVICTCONTROL_FP_H