]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/Nt32OemHookStatusCodeLib.c
Clean up: update "EFI" to "UEFI" if applicable.
[mirror_edk2.git] / Nt32Pkg / Library / PeiNt32OemHookStatusCodeLib / Nt32OemHookStatusCodeLib.c
index 599c9c775164bbf38d37f8937ed2ec98d357823d..d192cfb1dfd3afc1906dcdc705274ba20acc248f 100644 (file)
@@ -18,7 +18,9 @@
 // The package level header files this module uses\r
 //\r
 #include <FrameworkPei.h>\r
+#include <FrameworkModulePei.h>\r
 #include <WinNtPeim.h>\r
+\r
 //\r
 // The protocols, PPI and GUID defintions for this module\r
 //\r
@@ -33,6 +35,7 @@
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/ReportStatusCodeLib.h>\r
 #include <Library/PeiServicesLib.h>\r
+#include <DebugInfo.h>\r
 \r
 //\r
 // Cache of WinNtThunk protocol\r
@@ -106,7 +109,7 @@ OemHookStatusCodeInitialize (
 \r
   @param  CallerId      This optional parameter may be used to identify the caller.\r
                         This parameter allows the status code driver to apply different rules to different callers.\r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the EFI 1.10 Specification.\r
+                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
 \r
 \r
   @param  Data          This optional parameter may be used to pass additional data\r