blob: 7eff4d6b6e63a384f72e085805be0a908d82c01c [file] [log] [blame]
Vadim Bendeburyc34f4d92015-05-29 22:56:35 -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_FLUSHCONTEXT_FP_H
8#define __TPM2_FLUSHCONTEXT_FP_H
9
10typedef struct {
11 TPMI_DH_OBJECT flushHandle;
12} FlushContext_In;
13
14TPM_RC TPM2_FlushContext(
15 FlushContext_In *in // IN: input parameter list
16);
17
18#endif // __TPM2_FLUSHCONTEXT_FP_H