Move SINGLE_LIST_HEADER definition to architecture-specific headers
Some checks failed
Builds / ExectOS (amd64, debug) (push) Failing after 24s
Builds / ExectOS (i686, debug) (push) Successful in 30s
Builds / ExectOS (amd64, release) (push) Failing after 37s
Builds / ExectOS (i686, release) (push) Successful in 35s

This commit is contained in:
2026-06-23 19:29:11 +02:00
parent b016ffd0d7
commit 28daa1718c
8 changed files with 63 additions and 14 deletions

View File

@@ -13,8 +13,8 @@
#include <xtstruct.h>
#include <xttarget.h>
#include <xttypes.h>
#include <rtltypes.h>
#include ARCH_HEADER(xtstruct.h)
#include ARCH_HEADER(rtltypes.h)
/* Exception types and handling mechanisms */