ReactOS 0.4.16-dev-297-gc569aee
|
#include "bl.h"
Go to the source code of this file.
Functions | |
NTSTATUS | ConsoleEfiUgaOpen (_In_ PBL_GRAPHICS_CONSOLE GraphicsConsole) |
VOID | ConsoleEfiUgaClose (_In_ PBL_GRAPHICS_CONSOLE GraphicsConsole) |
NTSTATUS | ConsoleEfiUgaSetResolution (_In_ PBL_GRAPHICS_CONSOLE GraphicsConsole, _In_ PBL_DISPLAY_MODE DisplayMode, _In_ ULONG DisplayModeCount) |
VOID ConsoleEfiUgaClose | ( | _In_ PBL_GRAPHICS_CONSOLE | GraphicsConsole | ) |
Definition at line 27 of file uga.c.
Referenced by ConsoleFirmwareGraphicalClose().
NTSTATUS ConsoleEfiUgaOpen | ( | _In_ PBL_GRAPHICS_CONSOLE | GraphicsConsole | ) |
NTSTATUS ConsoleEfiUgaSetResolution | ( | _In_ PBL_GRAPHICS_CONSOLE | GraphicsConsole, |
_In_ PBL_DISPLAY_MODE | DisplayMode, | ||
_In_ ULONG | DisplayModeCount | ||
) |
Definition at line 35 of file uga.c.
Referenced by ConsoleFirmwareGraphicalEnable().