blob: 1f6f09c86e03f69d116f1ea4a688176925b52c22 [file] [log] [blame]
Vadim Bendebury59727bd2015-05-28 14:58:08 -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_CHANGEEPS_FP_H
8#define __TPM2_CHANGEEPS_FP_H
9
10typedef void ChangeEPS_In; //unused
11
12TPM_RC TPM2_ChangeEPS(
13 ChangeEPS_In *in // IN: input parameter list
14);
15
16#endif // __TPM2_CHANGEEPS_FP_H