blob: 714e735a5fd990bd76583aa151a7fb35046f9bc2 [file] [log] [blame]
Vadim Bendebury611a42a2015-05-28 15:32:37 -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_CHANGEPPS_FP_H
8#define __TPM2_CHANGEPPS_FP_H
9
10typedef void ChangePPS_In; //unused.
11
12TPM_RC TPM2_ChangePPS(
13 ChangePPS_In *in // IN: input parameter list
14);
15#endif // __TPM2_CHANGEPPS_FP_H