exectos/xtldr/includes/blmod.h
belliash 5869aa985a
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Quick code refactor for further modules development
2022-10-20 18:19:34 +02:00

18 lines
405 B
C

/**
* 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 */