Import basic part of XTDK

This commit is contained in:
2022-07-28 17:02:15 +02:00
parent f01fe7ed92
commit 3da8106c02
4 changed files with 408 additions and 0 deletions

12
sdk/xtdk/xtkmapi.h Normal file
View File

@@ -0,0 +1,12 @@
/**
* 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"