exectos/xtldr/includes/blmod.h
belliash 984b4b83a1
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This is no longer needed
2022-10-18 18:47:49 +02:00

20 lines
445 B
C

/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtldr/includes/blmod.h
* DESCRIPTION: XTLDR modules support
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#ifndef __XTLDR_BLMOD_H
#define __XTLDR_BLMOD_H
#include <xtkmapi.h>
#include <bldefs.h>
EFI_STATUS
BlGetXtLoaderProtocol(PXT_BOOT_LOADER_PROTOCOL *LdrProtocol);
#endif /* __XTLDR_BLMOD_H */