blob: 0977265e2bbb63b6228e11e7177933a3f8de5d0f [file] [log] [blame]
Vadim Bendeburyb86371b2015-05-27 18:16:19 -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 __SOURCE_ENTITY_FP_H
8#define __SOURCE_ENTITY_FP_H
9
10TPMI_RH_HIERARCHY EntityGetHierarchy(
11 TPMI_DH_ENTITY handle // IN :handle of entity
12);
13
14#endif // __SOURCE_ENTITY_FP_H
Vadim Bendeburyda725062015-05-31 14:41:18 -070015TPM_RC EntityGetLoadStatus(
16 TPM_HANDLE *handle, // IN/OUT: handle of the entity
17 TPM_CC commandCode // IN: the commmandCode
18 );