]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Library/ShellCEntryLib.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ShellPkg / Include / Library / ShellCEntryLib.h
index f839372b39c82842f40d920052915a1744333534..ced72036d2dc1730356fb82f47788e8bc83bb851 100644 (file)
@@ -1,17 +1,14 @@
 /** @file\r
-  Provides application point extension for "C" style main funciton.\r
+  Provides application point extension for "C" style main function.\r
 \r
-  Copyright (c) 2006 - 2010, 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
+  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
+#ifndef _SHELL_C_ENTRY_LIB_\r
+#define _SHELL_C_ENTRY_LIB_\r
+\r
 /**\r
   UEFI application entry point which has an interface similar to a\r
   standard C main function.\r
@@ -29,6 +26,8 @@
 INTN\r
 EFIAPI\r
 ShellAppMain (\r
-  IN UINTN Argc,\r
-  IN CHAR16 **Argv\r
+  IN UINTN   Argc,\r
+  IN CHAR16  **Argv\r
   );\r
+\r
+#endif\r