]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiApplicationEntryPoint.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Library / UefiApplicationEntryPoint.h
index e6bebe8bec99ed35c0d760a586dca9c7ac72f2f6..ce355947f7592ab7beb00773b79d3b3890699924 100644 (file)
@@ -12,8 +12,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 ///\r
 /// Declare the EFI/UEFI Specification Revision to which this driver is implemented\r
 ///\r
-extern CONST UINT32        _gUefiDriverRevision;\r
-\r
+extern CONST UINT32  _gUefiDriverRevision;\r
 \r
 /**\r
   Entry point to UEFI Application.\r
@@ -39,7 +38,6 @@ _ModuleEntryPoint (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
-\r
 /**\r
   Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().\r
 \r
@@ -58,7 +56,6 @@ EfiMain (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
-\r
 /**\r
   Invokes the library destructors for all dependent libraries and terminates\r
   the UEFI Application.\r
@@ -75,7 +72,6 @@ Exit (
   IN EFI_STATUS  Status\r
   );\r
 \r
-\r
 /**\r
   Autogenerated function that calls the library constructors for all of the module's\r
   dependent libraries.\r
@@ -100,7 +96,6 @@ ProcessLibraryConstructorList (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
-\r
 /**\r
   Autogenerated function that calls the library descructors for all of the module's\r
   dependent libraries.\r