TianoCore EDK2 master
Loading...
Searching...
No Matches
UefiApplicationEntryPoint.h
Go to the documentation of this file.
1
9#ifndef __UEFI_APPLICATION_ENTRY_POINT_H__
10#define __UEFI_APPLICATION_ENTRY_POINT_H__
11
15extern CONST UINT32 _gUefiDriverRevision;
16
35EFIAPI
37 IN EFI_HANDLE ImageHandle,
38 IN EFI_SYSTEM_TABLE *SystemTable
39 );
40
53EFIAPI
54EfiMain (
55 IN EFI_HANDLE ImageHandle,
56 IN EFI_SYSTEM_TABLE *SystemTable
57 );
58
69VOID
70EFIAPI
71Exit (
72 IN EFI_STATUS Status
73 );
74
92VOID
93EFIAPI
95 IN EFI_HANDLE ImageHandle,
96 IN EFI_SYSTEM_TABLE *SystemTable
97 );
98
116VOID
117EFIAPI
119 IN EFI_HANDLE ImageHandle,
120 IN EFI_SYSTEM_TABLE *SystemTable
121 );
122
137EFIAPI
139 IN EFI_HANDLE ImageHandle,
140 IN EFI_SYSTEM_TABLE *SystemTable
141 );
142
143#endif
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
CONST UINT32 _gUefiDriverRevision
VOID EFIAPI ProcessLibraryDestructorList(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
EFI_STATUS EFIAPI _ModuleEntryPoint(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
VOID EFIAPI Exit(IN EFI_STATUS Status)
EFI_STATUS EFIAPI ProcessModuleEntryPointList(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
VOID EFIAPI ProcessLibraryConstructorList(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
EFI_STATUS EFIAPI EfiMain(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33