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