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


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __LASTBOOTERRORLOG_H__
#define __LASTBOOTERRORLOG_H__

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

//
// Function Prototypes
//

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

///
/// sub_3D94
///
EFI_STATUS
EFIAPI
sub_3D94(
  VOID
);

///
/// sub_41C0
///
EFI_STATUS
EFIAPI
sub_41C0(
  VOID
);

///
/// sub_4150
///
EFI_STATUS
EFIAPI
sub_4150(
  VOID
);

#endif /* __LASTBOOTERRORLOG_H__ */