exectos/sdk/xtdk/xtkmapi.h
belliash a7d07e7ecb
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Integrate xtklib with the kernel
2022-08-30 23:23:02 +02:00

32 lines
732 B
C

/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: sdk/xtdk/xtkmapi.h
* DESCRIPTION: Top level header for the kernel-mode XT API
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
/* Base XT headers */
#include "xttarget.h"
#include "xttypes.h"
#include "xtdefs.h"
#include "xtstatus.h"
/* XT forward references */
#include "xtstruct.h"
/* Architecture-specific XT forward references */
#include ARCH_HEADER(xtstruct.h)
/* Architecture-independent XT API */
#include "xtcommon.h"
#include "xtuefi.h"
/* Low level data types headers */
#include "rtltypes.h"
#include "hltypes.h"
/* XT routines */
#include "hlfuncs.h"
#include "rtlfuncs.h"