exectos/xtoskrnl/includes/xtos.h
belliash 12b8c5f539
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Switch kernel stack and move boot structures initialization into separate routine
2023-01-08 10:35:49 +01:00

15 lines
385 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 "kepfuncs.h"