Quick code refactor for further modules development

This commit is contained in:
2022-10-20 18:19:34 +02:00
parent 37a37c225f
commit 5869aa985a
10 changed files with 205 additions and 16 deletions

17
xtldr/includes/blmod.h Normal file
View File

@@ -0,0 +1,17 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtldr/includes/blmod.h
* DESCRIPTION: Top level header for XTLDR modules
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTLDR_BLMOD_H
#define __XTLDR_BLMOD_H
#include <xtkmapi.h>
#include <bldefs.h>
#include <blproto.h>
#endif /* __XTLDR_BLMOD_H */