Newer
Older
AMI-Aptio-BIOS-Reversed / PeiSelStatusCode / PeiSelStatusCode.h
@Ajax Dong Ajax Dong 2 days ago 389 bytes Init
/** @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__ */