exectos/xtoskrnl/includes/xtos.h
belliash c4d1f1cd0d
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Initial implementation of the thread initialization
2023-02-23 20:11:21 +01:00

19 lines
474 B
C

/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/xtos.h
* DESCRIPTION: Top level header for the XT kernel
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
/* XT Development Kit */
#include <xtkmapi.h>
/* Kernel specific headers */
#include "globals.h"
#include "arpfuncs.h"
#include "kepfuncs.h"
#include ARCH_HEADER(arpfuncs.h)
#include ARCH_HEADER(kepfuncs.h)