]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Common/EfiUtilityMsgs.h
Sync basetools' source and binary files with r1707 of the basetools project.
[mirror_edk2.git] / BaseTools / Source / C / Common / EfiUtilityMsgs.h
index 6c2f9d2989a527115ab8d2aac468b31b4376cb8e..40e6e170ae06496012c10389b60cf4ef8eefc2e9 100644 (file)
@@ -96,7 +96,7 @@ VOID
 DebugMsg (\r
   CHAR8   *FileName,\r
   UINT32  LineNumber,\r
-  UINT32  MsgLevel,\r
+  UINT64  MsgLevel,\r
   CHAR8   *OffendingText,\r
   CHAR8   *MsgFmt,\r
   ...\r
@@ -123,7 +123,7 @@ KeyMsg (
 \r
 VOID\r
 SetPrintLevel (\r
-  UINT32  LogLevel\r
+  UINT64  LogLevel\r
   );\r
 \r
 VOID\r