Another improvements to module loading support
This commit is contained in:
@@ -8,11 +8,10 @@
|
||||
|
||||
#include <xtblapi.h>
|
||||
|
||||
#define XTBL_MODDEP SEGMENT(".moddeps") CONST WCHAR XtBlpDeps[][8]
|
||||
#define XTBL_MODINFO SEGMENT(".modinfo") CONST WCHAR XtBlpInfo[]
|
||||
|
||||
XTBL_MODDEP = {L"dummy2", L"dummy2"};
|
||||
/* Dummy module information */
|
||||
XTBL_MODINFO = L"Dummy XTLDR module";
|
||||
XTBL_MODDEPS = {L"dummy2"};
|
||||
|
||||
/**
|
||||
* This routine is the entry point of the XT EFI boot loader module.
|
||||
|
Reference in New Issue
Block a user