/** @file
  MemorySubClass.c -- MemorySubClass

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "MemorySubClass.h"


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