#include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h>
Go to the source code of this file.
Functions | |
STATIC EFI_STATUS EFIAPI | UefiMain (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
int | ENTRY_POINT (void) |
Copyright (c) 2020, PMheart. All rights reserved. SPDX-License-Identifier: BSD-3-Clause
Definition in file HelloWorld.c.
int ENTRY_POINT | ( | void | ) |
Definition at line 22 of file HelloWorld.c.
STATIC EFI_STATUS EFIAPI UefiMain | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable ) |
Definition at line 12 of file HelloWorld.c.