exectos/xtoskrnl/hl/globals.c
belliash d8bc45e3bb
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Move HL related global variables into separate file
2023-02-13 23:41:24 +01:00

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;