Vadim Bendebury | 7329933 | 2015-06-01 15:57:24 -0700 | [diff] [blame] | 1 | /* |
| 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 Bendebury | 36e67cc | 2015-06-01 15:58:56 -0700 | [diff] [blame] | 10 | typedef struct { |
| 11 | TPM_HANDLE policySession; |
| 12 | } PolicyPhysicalPresence_In; |
Vadim Bendebury | 7329933 | 2015-06-01 15:57:24 -0700 | [diff] [blame] | 13 | |
Vadim Bendebury | 36e67cc | 2015-06-01 15:58:56 -0700 | [diff] [blame] | 14 | TPM_RC TPM2_PolicyPhysicalPresence( |
| 15 | PolicyPhysicalPresence_In *in // IN: input parameter list |
| 16 | ); |
| 17 | |
| 18 | #endif // __TPM2_POLICYPHYSICALPRESENCE_FP_H_ |