exectos/xtoskrnl/includes/xtos.h
belliash 7bf4a9ab8d
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Initialize boot CPU structures inside kernel on AMD64
2023-01-29 00:45:17 +01:00

16 lines
407 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"