forked from xt-sys/exectos
Quick code refactor for further modules development
This commit is contained in:
17
xtldr/includes/blmod.h
Normal file
17
xtldr/includes/blmod.h
Normal 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 */
|
Reference in New Issue
Block a user