Add XTBM_CONFIGURATION structure definition
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 29s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
2023-12-03 14:24:43 +01:00
parent ab7fa5ffa4
commit 55bd9e326f
2 changed files with 29 additions and 0 deletions

View File

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