Newer
Older
AMI-Aptio-BIOS-Reversed / LenovoServerPkg / SocketSetup / SocketSetup.c
@Ajax Dong Ajax Dong 2 days ago 358 bytes Full restructure
/** @file
  SocketSetup.c -- SocketSetup

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "SocketSetup.h"


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