18 lines
405 B
C
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 */
|