Newer
Older
AMI-Aptio-BIOS-Reversed / PurleyPlatPkg / Ras / Smm / ErrHandling / PcieErrorHandler / PcieErrorHandler.h
@Ajax Dong Ajax Dong 2 days ago 582 bytes Full restructure
/** @file
  PcieErrorHandler.h -- Header for PcieErrorHandler


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __PCIEERRORHANDLER_H__
#define __PCIEERRORHANDLER_H__

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

//
// Function Prototypes
//

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

///
/// sub_7958
///
EFI_STATUS
EFIAPI
sub_7958(
  VOID
);

///
/// sub_7E70
///
EFI_STATUS
EFIAPI
sub_7E70(
  VOID
);

///
/// sub_7E00
///
EFI_STATUS
EFIAPI
sub_7E00(
  VOID
);

#endif /* __PCIEERRORHANDLER_H__ */