Newer
Older
AMI-Aptio-BIOS-Reversed / MdeModulePkg / Universal / SmbiosDxe / MemorySubClass / MemorySubClass.h
@Ajax Dong Ajax Dong 2 days ago 508 bytes Full restructure
/** @file
  MemorySubClass.h -- Header for MemorySubClass


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __MEMORYSUBCLASS_H__
#define __MEMORYSUBCLASS_H__

#include "../uefi_headers/Uefi.h"

//
// Function Prototypes
//

///
/// ModuleEntryPoint -- UEFI entry point / initialization function
///
EFI_STATUS
EFIAPI
ModuleEntryPoint(
  VOID
);

///
/// sub_3C4
///
EFI_STATUS
EFIAPI
sub_3C4(
  VOID
);

///
/// sub_58C
///
EFI_STATUS
EFIAPI
sub_58C(
  VOID
);

#endif /* __MEMORYSUBCLASS_H__ */