36 IN EFI_HANDLE ImageHandle,
37 IN EFI_SYSTEM_TABLE *SystemTable
42 if (_gUefiDriverRevision != 0) {
46 if (SystemTable->Hdr.Revision < _gUefiDriverRevision) {
47 return EFI_INCOMPATIBLE_VERSION;
54 ProcessLibraryConstructorList (ImageHandle, SystemTable);
59 Status = ProcessModuleEntryPointList (ImageHandle, SystemTable);
64 ProcessLibraryDestructorList (ImageHandle, SystemTable);
EFI_STATUS EFIAPI _ModuleEntryPointReal(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
VOID EFIAPI Exit(IN EFI_STATUS Status)
EFI_STATUS EFIAPI EfiMain(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
EFI_STATUS EFIAPI _ModuleEntryPoint(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)