Newer
Older
AMI-Aptio-BIOS-Reversed / Setup / Setup.c
@Ajax Dong Ajax Dong 2 days ago 335 bytes Init
/** @file
  Setup.c -- Setup

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "Setup.h"


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