]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PerformancePkg/Dp_App/DpInternal.h
Refine code to make code follow the coding style.
[mirror_edk2.git] / PerformancePkg / Dp_App / DpInternal.h
index 8a4ce885cc8c4a245638b15253ec3cdac58e7752..f382d425b2a40f35e830d2baa0aadf46ef114df8 100644 (file)
   * THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   * WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 **/\r
-\r
+#ifndef _DP_INTELNAL_H_\r
+#define _DP_INTELNAL_H_\r
 //\r
 /// Module-Global Variables\r
-/// @{\r
+///@{\r
 extern EFI_HII_HANDLE     gHiiHandle;\r
 extern CHAR16             *mPrintTokenBuffer;\r
 extern CHAR16             mGaugeString[DXE_PERFORMANCE_STRING_SIZE];\r
@@ -36,7 +37,7 @@ extern PERF_CUM_DATA      CumData[];
 /// Number of items for which we are gathering cumulative statistics.\r
 extern UINT32 const       NumCum;\r
 \r
-/// @}\r
+///@}\r
 \r
 /** Calculate an event's duration in timer ticks.\r
   *\r
@@ -287,3 +288,4 @@ DumpRawProfile(
   IN UINTN          Limit,\r
   IN BOOLEAN        ExcludeFlag\r
 );\r
+#endif\r