blob: 0f7b89b67969f0a57e3026df42ea7fd5a6ae74bb [file] [log] [blame]
Vadim Bendebury73299332015-06-01 15:57:24 -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_POLICYPHYSICALPRESENCE_FP_H_
8#define __TPM2_POLICYPHYSICALPRESENCE_FP_H_
9
Vadim Bendebury36e67cc2015-06-01 15:58:56 -070010typedef struct {
11 TPM_HANDLE policySession;
12} PolicyPhysicalPresence_In;
Vadim Bendebury73299332015-06-01 15:57:24 -070013
Vadim Bendebury36e67cc2015-06-01 15:58:56 -070014TPM_RC TPM2_PolicyPhysicalPresence(
15 PolicyPhysicalPresence_In *in // IN: input parameter list
16);
17
18#endif // __TPM2_POLICYPHYSICALPRESENCE_FP_H_