Add common header for XTLDR and its modules
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 26s
Builds / ExectOS (i686) (push) Successful in 24s

This commit is contained in:
Rafal Kupiec 2023-12-02 19:11:59 +01:00
parent ec63fe3fa6
commit 7f41f83026
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

19
sdk/xtdk/xtbmapi.h Normal file
View File

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