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


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __PCIPLATFORM_H__
#define __PCIPLATFORM_H__

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

//
// Function Prototypes
//

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

///
/// sub_3FC
///
EFI_STATUS
EFIAPI
sub_3FC(
  VOID
);

///
/// sub_6F0
///
EFI_STATUS
EFIAPI
sub_6F0(
  VOID
);

///
/// sub_6B0
///
EFI_STATUS
EFIAPI
sub_6B0(
  VOID
);

#endif /* __PCIPLATFORM_H__ */