/** @file
  EmcaErrorLog.h -- Header for EmcaErrorLog


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __EMCAERRORLOG_H__
#define __EMCAERRORLOG_H__

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

//
// Function Prototypes
//

///
/// ModuleEntryPoint -- UEFI entry point / initialization function
///
EFI_STATUS
EFIAPI
ModuleEntryPoint(
  EFI_HANDLE ImageHandle,
  EFI_SYSTEM_TABLE *SystemTable
);

///
/// sub_37E0
///
EFI_STATUS
EFIAPI
sub_37E0(
  EFI_HANDLE ImageHandle,
  EFI_SYSTEM_TABLE *SystemTable
);

///
/// sub_3C58
///
EFI_STATUS
EFIAPI
sub_3C58(
  EFI_HANDLE ImageHandle,
  EFI_SYSTEM_TABLE *SystemTable
);

///
/// sub_3BE8
///
EFI_STATUS
EFIAPI
sub_3BE8(
  EFI_HANDLE ImageHandle,
  EFI_SYSTEM_TABLE *SystemTable
);

#endif /* __EMCAERRORLOG_H__ */
