blob: 81f0444f9593321994024ae5f17fa9d3e1bd11db [file] [log] [blame]
Vadim Bendebury6fc1e9f2015-05-28 16:05:45 -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_CLOCKRATEADJUST_FP_H
8#define __TPM2_CLOCKRATEADJUST_FP_H
9
10typedef struct {
11 TPM_CLOCK_ADJUST rateAdjust; // IN: adjust constant
12} ClockRateAdjust_In;
13
14TPM_RC TPM2_ClockRateAdjust(
15 ClockRateAdjust_In *in // IN: input parameter list
16);
17
18#endif // __TPM2_CLOCKRATEADJUST_FP_H