exectos/sdk/xtdk/xtbmapi.h
Rafal Kupiec 7f41f83026
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 26s
Builds / ExectOS (i686) (push) Successful in 24s
Add common header for XTLDR and its modules
2023-12-02 19:11:59 +01:00

20 lines
494 B
C

/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: sdk/xtdk/xtbmapi.h
* DESCRIPTION: Top level header for the XT Boot Manager API
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
/* Base XT headers */
#include <xtdefs.h>
#include <xtstatus.h>
#include <xttarget.h>
#include <xttypes.h>
/* Architecture-independent XT API */
#include <xtbase.h>
#include <xtfw.h>
#include <xtimage.h>
#include <xtuefi.h>