Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / RuntimeDxe / RuntimeMemoryHole / RuntimeMemoryHole.h
@Ajax Dong Ajax Dong 2 days ago 523 bytes Full restructure
/** @file
  RuntimeMemoryHole.h -- Header for RuntimeMemoryHole


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __RUNTIMEMEMORYHOLE_H__
#define __RUNTIMEMEMORYHOLE_H__

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

//
// Function Prototypes
//

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

///
/// sub_44C
///
EFI_STATUS
EFIAPI
sub_44C(
  VOID
);

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

#endif /* __RUNTIMEMEMORYHOLE_H__ */