Newer
Older
AMI-Aptio-BIOS-Reversed / CpPlatPkg / Whea / IsPlatformSupportWhea / IsPlatformSupportWhea.c
@Ajax Dong Ajax Dong 7 days ago 414 bytes Recovering names
/** @file
  IsPlatformSupportWhea.c -- IsPlatformSupportWhea

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "IsPlatformSupportWhea.h"


// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
{
  DetectWheaSupport(ImageHandle, SystemTable);
  return PublishWheaSupportStatus();
}