]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Library/ShellCEntryLib.h
BaseTools/GenFfs: add FFS file types for MM modules.
[mirror_edk2.git] / ShellPkg / Include / Library / ShellCEntryLib.h
index 638dc4b25b03ed09c4878886ef88d2b4a7b396ed..e4983f840c12750241cbed3148168595ca4550a6 100644 (file)
@@ -1,7 +1,7 @@
 /** @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
+  Copyright (c) 2006 - 2011, 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
@@ -12,6 +12,9 @@
 \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
@@ -19,8 +22,8 @@
   The ShellCEntryLib library instance wrappers the actual UEFI application\r
   entry point and calls this ShellAppMain function.\r
 \r
-  @param  ImageHandle  The image handle of the UEFI Application.\r
-  @param  SystemTable  A pointer to the EFI System Table.\r
+  @param[in]  Argc  The number of parameters.\r
+  @param[in]  Argv  The array of pointers to parameters.\r
 \r
   @retval  0               The application exited normally.\r
   @retval  Other           An error occurred.\r
@@ -32,3 +35,6 @@ ShellAppMain (
   IN UINTN Argc,\r
   IN CHAR16 **Argv\r
   );\r
+\r
+#endif\r
+\r