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

  Source: DEBUG_VS2015\X64\CpPlatPkg\Whea\WheaPlatformBoot\WheaPlatformBoot\DEBUG
  Build: HR6N0XMLK DEBUG_VS2015 X64

Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __WHEAPLATFORMBOOT_H__
#define __WHEAPLATFORMBOOT_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_510
///
EFI_STATUS
EFIAPI
sub_510(
  EFI_HANDLE ImageHandle,
  EFI_SYSTEM_TABLE *SystemTable
);

///
/// sub_904
///
EFI_STATUS
EFIAPI
sub_904(
  VOID
);

///
/// sub_AB0
///
EFI_STATUS
EFIAPI
sub_AB0(
  VOID *WheaBootContext
);

///
/// sub_320
///
EFI_STATUS
EFIAPI
sub_320(
  VOID *WheaBootContext,
  INT64 EventType
);

///
/// sub_C40
///
EFI_STATUS
EFIAPI
sub_C40(
  const CHAR8 *FileName,
  UINTN Line,
  const CHAR8 *Expression
);

///
/// sub_280
///
EFI_STATUS
EFIAPI
sub_280(
  VOID *WheaBootContext
);

///
/// sub_CF4
///
EFI_STATUS
EFIAPI
sub_CF4(
  VOID
);

#endif /* __WHEAPLATFORMBOOT_H__ */
