blob: 18a52c5d824802fa25c699537d45e39a5fcf47e0 [file] [log] [blame]
Vadim Bendebury8212a6d2015-05-29 22:42: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_CLOCKSET_FP_H
8#define __TPM2_CLOCKSET_FP_H
9
10typedef struct {
11 UINT64 newTime;
12} ClockSet_In;
13
14TPM_RC TPM2_ClockSet(
15 ClockSet_In *in // IN: input parameter list
16);
17
18#endif // __TPM2_CLOCKSET_FP_H