blob: 661f58088df18db1d8b1963cd0b53d9313530f37 [file] [log] [blame]
/*
* Copyright 2015 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef __TPM2_NV_UNDEFINESPACESPECIAL_FP_H_
#define __TPM2_NV_UNDEFINESPACESPECIAL_FP_H_
typedef struct { TPMI_RH_NV_INDEX nvIndex; } NV_UndefineSpaceSpecial_In;
TPM_RC TPM2_NV_UndefineSpaceSpecial(
NV_UndefineSpaceSpecial_In *in // IN: input parameter list
);
#endif // __TPM2_NV_UNDEFINESPACESPECIAL_FP_H_