Newer
Older
AMI-Aptio-BIOS-Reversed / PurleySktPkg / SouthClusterLbg / Gpio / Smm / PchGpioUnlockSmm / PchGpioUnlockSmm.c
@Ajax Dong Ajax Dong 2 days ago 444 bytes Full restructure
/** @file
  PchGpioUnlockSmm.c -- PchGpioUnlockSmm

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "PchGpioUnlockSmm.h"


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

  sub_48C(ImageHandle, SystemTable);
  v2 = sub_75C();
  if ( v2 < 0 )
    sub_11D0();
  return v2;
}