blob: 7a93fe4ed6a22b84502c972c72234431f5c0fe4a [file] [log] [blame]
/*
* Copyright 2015 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef __TPM2_POLICYCOUNTERTIMER_FP_H_
#define __TPM2_POLICYCOUNTERTIMER_FP_H_
typedef struct {
TPM_EO operation;
UINT16 offset;
TPM_HANDLE policySession;
TPM2B_TIME_INFO operandB;
} PolicyCounterTimer_In;
TPM_RC TPM2_PolicyCounterTimer(
PolicyCounterTimer_In *in // IN: input parameter list
);
#endif // __TPM2_POLICYCOUNTERTIMER_FP_H_