summaryrefslogtreecommitdiff
path: root/PerformancePkg/Dp_App/DpInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'PerformancePkg/Dp_App/DpInternal.h')
-rw-r--r--PerformancePkg/Dp_App/DpInternal.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/PerformancePkg/Dp_App/DpInternal.h b/PerformancePkg/Dp_App/DpInternal.h
index 8a4ce885cc..f382d425b2 100644
--- a/PerformancePkg/Dp_App/DpInternal.h
+++ b/PerformancePkg/Dp_App/DpInternal.h
@@ -15,10 +15,11 @@
* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-
+#ifndef _DP_INTELNAL_H_
+#define _DP_INTELNAL_H_
//
/// Module-Global Variables
-/// @{
+///@{
extern EFI_HII_HANDLE gHiiHandle;
extern CHAR16 *mPrintTokenBuffer;
extern CHAR16 mGaugeString[DXE_PERFORMANCE_STRING_SIZE];
@@ -36,7 +37,7 @@ extern PERF_CUM_DATA CumData[];
/// Number of items for which we are gathering cumulative statistics.
extern UINT32 const NumCum;
-/// @}
+///@}
/** Calculate an event's duration in timer ticks.
*
@@ -287,3 +288,4 @@ DumpRawProfile(
IN UINTN Limit,
IN BOOLEAN ExcludeFlag
);
+#endif