14 lines
No EOL
425 B
C
14 lines
No EOL
425 B
C
// 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.
|
|
|
|
// THIS CODE IS GENERATED - DO NOT MODIFY!
|
|
|
|
#ifndef TPM2_GET_COMMAND_CODE_STRING_FP_H_
|
|
#define TPM2_GET_COMMAND_CODE_STRING_FP_H_
|
|
|
|
#include "TPM_Types.h"
|
|
|
|
const char* GetCommandCodeString(TPM_CC command_code);
|
|
|
|
#endif // TPM2_GET_COMMAND_CODE_STRING_FP_H_
|