1 // 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 12 const char* GetCommandCodeString(TPM_CC command_code); 13 14 #endif // TPM2_GET_COMMAND_CODE_STRING_FP_H_