X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FSmmCorePerformanceLib%2FSmmCorePerformanceLibInternal.h;fp=MdeModulePkg%2FLibrary%2FSmmCorePerformanceLib%2FSmmCorePerformanceLibInternal.h;h=62b496484c70aa6f3ea7ac6b0deff625300761bf;hp=c6963d2ebeedbdb5c739a1d3205b955b93e819d4;hb=1436aea4d5707e672672a11bda72be2c63c936c3;hpb=7c7184e201a90a1d2376e615e55e3f4074731468 diff --git a/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h b/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h index c6963d2ebe..62b496484c 100644 --- a/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h +++ b/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h @@ -12,7 +12,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #ifndef _SMM_CORE_PERFORMANCE_LIB_INTERNAL_H_ #define _SMM_CORE_PERFORMANCE_LIB_INTERNAL_H_ - #include #include #include @@ -43,6 +42,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent // // Interface declarations for SMM PerformanceMeasurement Protocol. // + /** Create performance record with event description and a timestamp. @@ -63,7 +63,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent **/ EFI_STATUS EFIAPI -CreatePerformanceMeasurement( +CreatePerformanceMeasurement ( IN CONST VOID *CallerIdentifier OPTIONAL, IN CONST VOID *Guid OPTIONAL, IN CONST CHAR8 *String OPTIONAL,