blob: a714da7ac870d46254d861dc49b34271c8703165 [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_