blob: 8f02d457dadc5dc5061db251a3ed5b011aeb8c7a [file] [log] [blame]
Jocelyn Bohr3863cc02015-08-13 13:20:05 -07001// Copyright 2015 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// THIS CODE IS GENERATED - DO NOT MODIFY!
6
7#ifndef TPM2_GET_COMMAND_CODE_STRING_FP_H_
8#define TPM2_GET_COMMAND_CODE_STRING_FP_H_
9
10#include "TPM_Types.h"
11
12const char* GetCommandCodeString(TPM_CC command_code);
13
14#endif // TPM2_GET_COMMAND_CODE_STRING_FP_H_