Newer
Older
AMI-Aptio-BIOS-Reversed / PurleySktPkg / Me / Sps / Acpi / SpsAcpiHooks / SpsAcpiHooks.c
@Ajax Dong Ajax Dong 2 days ago 360 bytes Full restructure
/** @file
  SpsAcpiHooks.c -- SpsAcpiHooks

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "SpsAcpiHooks.h"


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