Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / LegacySerialRedirection / LegacySmmSredir / LegacySmmSredir.c
@Ajax Dong Ajax Dong 2 days ago 385 bytes Full restructure
/** @file
  LegacySmmSredir.c -- LegacySmmSredir

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "LegacySmmSredir.h"


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