Refactor part 4
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 25s
Builds / ExectOS (i686) (push) Successful in 23s

This commit is contained in:
Rafal Kupiec 2023-12-03 16:47:03 +01:00
parent d2f06a2758
commit 023f2c72b3
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
/**
* 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
* FILE: sdk/xtdk/xtblapi.h
* DESCRIPTION: Top level header for the XT Boot Loader API
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
@ -43,4 +43,4 @@
#include ARCH_HEADER(hlfuncs.h)
/* Boot Manager specific structures */
#include <bmtypes.h>
#include <bltypes.h>