Store module dependencies in a linked list
This commit is contained in:
@@ -31,5 +31,5 @@ EFI_STATUS
|
||||
XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
|
||||
IN PEFI_SYSTEM_TABLE SystemTable)
|
||||
{
|
||||
return STATUS_EFI_SUCCESS;
|
||||
return STATUS_EFI_SUCCESS;
|
||||
}
|
||||
|
@@ -8,9 +8,6 @@
|
||||
|
||||
#include <xtblapi.h>
|
||||
|
||||
#define XTBL_MODDEP SEGMENT(".moddeps") CONST WCHAR XtBlpDeps[][8]
|
||||
|
||||
//XTBL_MODDEP = {L""};
|
||||
|
||||
/**
|
||||
* This routine is the entry point of the XT EFI boot loader module.
|
||||
@@ -30,5 +27,5 @@ EFI_STATUS
|
||||
XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
|
||||
IN PEFI_SYSTEM_TABLE SystemTable)
|
||||
{
|
||||
return STATUS_EFI_SUCCESS;
|
||||
return STATUS_EFI_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user