14 lines
352 B
C
14 lines
352 B
C
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: xtldr/modules/beep/globals.c
|
|
* DESCRIPTION: Beep module global variables
|
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
|
*/
|
|
|
|
#include <xtblapi.h>
|
|
|
|
|
|
/* XTLDR protocol handler */
|
|
PXTBL_LOADER_PROTOCOL XtLdrProtocol;
|