]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Include/Library/ShellCEntryLib.h
clarify content
[mirror_edk2.git] / ShellPkg / Include / Library / ShellCEntryLib.h
CommitLineData
b1f95a06 1/** @file\r
2 Provides application point extension for "C" style main funciton \r
3\r
4Copyright (c) 2006 - 2009, Intel Corporation\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15/**\r
16 Intermediate entry point for the application that will in turn call into the "C" \r
17 style main function.\r
18\r
b8b6faa0 19 this application must have a function defined as follows:\r
b1f95a06 20 INT32 \r
21 EFIAPI \r
22 main(\r
23 UINTN Argc, \r
24 CHAR16 **Argv\r
25 );\r
26**/\r
27EFI_STATUS\r
28EFIAPI\r
29ShellCEntry(\r
30 IN EFI_HANDLE ImageHandle,\r
31 IN EFI_SYSTEM_TABLE *SystemTable\r
32 );