exectos/sdk/xtdk/xtkmapi.h
belliash c2eea0e6b5
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Add EFI-related status codes and definitions
2022-07-29 08:49:52 +02:00

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