mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
15 lines
419 B
C
15 lines
419 B
C
/** @file
|
|
Copyright (c) 2020, PMheart. All rights reserved.
|
|
SPDX-License-Identifier: BSD-3-Clause
|
|
**/
|
|
|
|
#include <Uefi.h>
|
|
#include <Library/UefiLib.h>
|
|
#include <Library/UefiApplicationEntryPoint.h>
|
|
|
|
extern const CHAR8 *gEfiCallerBaseName;
|
|
extern EFI_GUID gEfiGraphicsOutputProtocolGuid;
|
|
extern EFI_GUID gEfiHiiFontProtocolGuid;
|
|
extern EFI_GUID gEfiSimpleTextOutProtocolGuid;
|
|
extern EFI_GUID gEfiUgaDrawProtocolGuid;
|