Newer
Older
AMI-Aptio-BIOS-Reversed / FpkSetup / FpkSetup.c
@Ajax Dong Ajax Dong 2 days ago 364 bytes Restructure the repo
/** @file
  FpkSetup.c -- FpkSetup

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "FpkSetup.h"


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