17 lines
432 B
C
17 lines
432 B
C
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: xtldr/modules/chainldr/globals.c
|
|
* DESCRIPTION: XTLDR Chain Loader global variables
|
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
|
*/
|
|
|
|
#include <xtblapi.h>
|
|
|
|
|
|
/* ChainLoader Boot Protocol */
|
|
XTBL_BOOT_PROTOCOL ChpBootProtocol;
|
|
|
|
/* XTLDR protocol handler */
|
|
PXTBL_LOADER_PROTOCOL XtLdrProtocol;
|