blob: 13c58fe978f4f30ce18a5c66e143093a8f7dea63 [file] [log] [blame]
Vadim Bendebury88eaf022015-06-01 18:22:47 -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_SETALGORITHMSET_FP_H_
8#define __TPM2_SETALGORITHMSET_FP_H_
9
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070010typedef struct { UINT32 algorithmSet; } SetAlgorithmSet_In;
Vadim Bendebury88eaf022015-06-01 18:22:47 -070011
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070012TPM_RC TPM2_SetAlgorithmSet(SetAlgorithmSet_In *in // IN: input parameter list
13 );
Vadim Bendebury88eaf022015-06-01 18:22:47 -070014
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070015#endif // __TPM2_SETALGORITHMSET_FP_H_