/** @file
PartialMirrorHandler.c -- PartialMirrorHandler
Auto-converted from IDA decompiler output.
Functions: 1
Copyright (c) HR650X BIOS Decompilation Project
**/
#include "PartialMirrorHandler.h"
// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
{
signed __int64 v4; // rsi
sub_1A30();
v4 = sub_1DBC(ImageHandle, SystemTable);
if ( v4 < 0 )
sub_1D4C(ImageHandle, SystemTable);
return v4;
}