exectos/xtoskrnl/includes/xtos.h
belliash dec021b1ec
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Reorganize early debug printing; initialize kernel stacks when needed
2022-12-28 23:11:35 +01:00

14 lines
363 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"