Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / PCI / PciPlatform / PciPlatform.c
@Ajax Dong Ajax Dong 2 days ago 428 bytes Full restructure
/** @file
  PciPlatform.c -- PciPlatform

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "PciPlatform.h"


// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
{
  signed __int64 v2; // rbx

  sub_3FC(ImageHandle, SystemTable);
  v2 = sub_6F0();
  if ( v2 < 0 )
    sub_6B0();
  return v2;
}