summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Include/Guid/PerformanceMeasurement.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Guid/PerformanceMeasurement.h')
-rw-r--r--MdeModulePkg/Include/Guid/PerformanceMeasurement.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Include/Guid/PerformanceMeasurement.h b/MdeModulePkg/Include/Guid/PerformanceMeasurement.h
index 016f21a86c..9c5ef7f0df 100644
--- a/MdeModulePkg/Include/Guid/PerformanceMeasurement.h
+++ b/MdeModulePkg/Include/Guid/PerformanceMeasurement.h
@@ -53,11 +53,11 @@ typedef enum {
typedef
EFI_STATUS
(EFIAPI *CREATE_PERFORMANCE_MEASUREMENT)(
- IN CONST VOID *CallerIdentifier, OPTIONAL
- IN CONST VOID *Guid, OPTIONAL
- IN CONST CHAR8 *String, OPTIONAL
- IN UINT64 TimeStamp, OPTIONAL
- IN UINT64 Address, OPTIONAL
+ IN CONST VOID *CallerIdentifier OPTIONAL,
+ IN CONST VOID *Guid OPTIONAL,
+ IN CONST CHAR8 *String OPTIONAL,
+ IN UINT64 TimeStamp OPTIONAL,
+ IN UINT64 Address OPTIONAL,
IN UINT32 Identifier,
IN PERF_MEASUREMENT_ATTRIBUTE Attribute
);