blob: e2d0ea7fc2d1aa41853027d992fda50054bde8c8 [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
10typedef struct {
Vadim Bendeburybd259592015-06-01 18:29:03 -070011 UINT32 algorithmSet;
Vadim Bendebury88eaf022015-06-01 18:22:47 -070012} SetAlgorithmSet_In;
13
14TPM_RC TPM2_SetAlgorithmSet(
15 SetAlgorithmSet_In *in // IN: input parameter list
16);
17
18#endif // __TPM2_SETALGORITHMSET_FP_H_