Newer
Older
AMI-Aptio-BIOS-Reversed / RuntimeSmm / RuntimeSmm.h
@Ajax Dong Ajax Dong 2 days ago 488 bytes Init
/** @file
  RuntimeSmm.h -- Header for RuntimeSmm


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __RUNTIMESMM_H__
#define __RUNTIMESMM_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 /* __RUNTIMESMM_H__ */