XTLDR Rewrite #7

已合并
belliash 2024-01-09 18:51:04 +01:00 将 184 次代码提交从 xtldr_rewrite合并至 master
仅显示提交 7f41f83026 的更改 - 显示所有提交

19
sdk/xtdk/xtbmapi.h 普通文件
查看文件

@@ -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>