/** * PROJECT: ExectOS * COPYRIGHT: See COPYING.md in the top level directory * FILE: xtldr/modules/dummy/globals.c * DESCRIPTION: Dummy XTLDR module global variables * DEVELOPERS: Rafal Kupiec */ #include /* XTLDR protocol handler */ PXTBL_LOADER_PROTOCOL XtLdrProto; /* Dummy Boot Protocol handler */ XTBL_BOOT_PROTOCOL BlpDummyProtocol;