1
0
ответвлено от xt-sys/exectos

Rework of EFI FrameBuffer module

Этот коммит содержится в:
2024-01-28 15:03:55 +01:00
родитель 4a67bc1230
Коммит 3c0a43d55a
13 изменённых файлов: 622 добавлений и 504 удалений

19
xtldr/modules/framebuf/globals.c Обычный файл
Просмотреть файл

@@ -0,0 +1,19 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtldr/modules/framebuf/globals.c
* DESCRIPTION: EFI framebuffer module global variables
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
*/
#include <framebuf.h>
/* Framebuffer display information */
XTBL_FRAMEBUFFER_INFORMATION FbpDisplayInfo;
/* Framebuffer protocol handler */
XTBL_FRAMEBUFFER_PROTOCOL FbpFrameBufferProtocol;
/* XTLDR protocol handler */
PXTBL_LOADER_PROTOCOL XtLdrProtocol;