Newer
Older
AMI-Aptio-BIOS-Reversed / PurleyPlatPkg / Me / Policy / AMT / Dxe / MePolicyInitDxe / MePolicyInitDxe.c
@Ajax Dong Ajax Dong 2 days ago 380 bytes Full restructure
/** @file
  MePolicyInitDxe.c -- MePolicyInitDxe

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "MePolicyInitDxe.h"


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