blob: 27eae02fe0812f572085f665707d09d0a26babfa [file] [log] [blame]
Vadim Bendebury161c9102015-05-28 15:21:26 -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_CLEAR_FP_H
8#define __TPM2_CLEAR_FP_H
9
10typedef void Clear_In; //unused.
11
12TPM_RC TPM2_Clear(
13 Clear_In *in // IN: input parameter list
14);
15
16#endif // __TPM2_CLEAR_FP_H