/** @file EarlyVideoPei.h -- Header for EarlyVideoPei Copyright (c) HR650X BIOS Decompilation Project **/ #ifndef __EARLYVIDEOPEI_H__ #define __EARLYVIDEOPEI_H__ #include "../uefi_headers/Uefi.h" // // Function Prototypes // EFI_STATUS EFIAPI ModuleEntryPoint( EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable ); #endif /* __EARLYVIDEOPEI_H__ */