Newer
Older
AMI-Aptio-BIOS-Reversed / PurleySktPkg / Me / Heci / Dxe / HeciInitDxe / HeciInitDxe.c
@Ajax Dong Ajax Dong 2 days ago 439 bytes Full restructure
/** @file
  HeciInitDxe.c -- HeciInitDxe

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "HeciInitDxe.h"


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

  sub_3C0(ImageHandle, SystemTable);
  v3 = sub_6AC(ImageHandle);
  if ( v3 < 0 )
    sub_66C();
  return v3;
}