OpenCore
1.0.4
OpenCore Bootloader
|
#include <UserFile.h>
#include <Base.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/DebugLib.h>
#include <Library/BmpSupportLib.h>
#include "BmfLib.h"
Go to the source code of this file.
Functions | |
EFI_STATUS | GuiBmpToImage (IN OUT GUI_IMAGE *Image, IN VOID *BmpImage, IN UINTN BmpImageSize) |
int | ENTRY_POINT (int argc, char *argv[]) |
This file is part of OpenCanopy, OpenCore GUI.
Copyright (c) 2018-2019, Download-Fritz. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
Definition in file Bmf.c.