]> 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 89725a74bbc76b65389d03cc40ff7da7f6834335..ce355947f7592ab7beb00773b79d3b3890699924 100644 (file)
@@ -2,13 +2,7 @@
   Module entry point library for UEFI Applications.\r
 \r
 Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-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
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -18,8 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 ///\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
@@ -45,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
@@ -64,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
@@ -81,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
@@ -106,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