forked from xt-sys/exectos
Reviewed-on: xt-sys/exectos#7 Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git> Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org> Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
17 lines
427 B
C
17 lines
427 B
C
/**
|
|
* 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 <belliash@codingworkshop.eu.org>
|
|
*/
|
|
|
|
#include <dummy.h>
|
|
|
|
|
|
/* XTLDR protocol handler */
|
|
PXTBL_LOADER_PROTOCOL XtLdrProto;
|
|
|
|
/* Dummy Boot Protocol handler */
|
|
XTBL_BOOT_PROTOCOL BlpDummyProtocol;
|