Allow modules to read boot loader configuration
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 40s
Builds / ExectOS (i686) (push) Successful in 26s

This commit is contained in:
2024-01-08 22:53:00 +01:00
parent 7a18a0caeb
commit b561bc80cc
3 changed files with 7 additions and 0 deletions

View File

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