XTLDR Rewrite #7

Merged
belliash merged 184 commits from xtldr_rewrite into master 2024-01-09 18:51:04 +01:00
Showing only changes of commit bb09741e0a - Show all commits

View File

@ -16,7 +16,7 @@
#include <xtstruct.h>
/* Architecture-specific XT forward references */
// #include ARCH_HEADER(xtstruct.h)
#include ARCH_HEADER(xtstruct.h)
/* Architecture-independent XT API */
#include <xtbase.h>
@ -43,7 +43,6 @@
/* Architecture specific XT kernel routines */
#include ARCH_HEADER(arfuncs.h)
// #include ARCH_HEADER(hlfuncs.h)
/* Boot Manager specific structures */
#include <bltypes.h>