OpenCore  1.0.4
OpenCore Bootloader
1.0.4
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
HelloWorld.c File Reference
#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)
 

Detailed Description

Copyright (c) 2020, PMheart. All rights reserved. SPDX-License-Identifier: BSD-3-Clause

Definition in file HelloWorld.c.

Function Documentation

◆ ENTRY_POINT()

int ENTRY_POINT ( void )

Definition at line 22 of file HelloWorld.c.

◆ UefiMain()

STATIC EFI_STATUS EFIAPI UefiMain ( IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE * SystemTable )

Definition at line 12 of file HelloWorld.c.