14 lines
384 B
C
14 lines
384 B
C
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: xtoskrnl/hl/globals.c
|
|
* DESCRIPTION: Architecture independent global variables related to HL subsystem
|
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
|
*/
|
|
|
|
#include <xtos.h>
|
|
|
|
|
|
/* FrameBuffer information */
|
|
HAL_FRAMEBUFFER_DATA HlpFrameBufferData;
|