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


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __OPAPLATCFG_H__
#define __OPAPLATCFG_H__

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

//
// Function Prototypes
//

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

///
/// sub_364
///
EFI_STATUS
EFIAPI
sub_364(
  VOID
);

///
/// sub_4A8
///
EFI_STATUS
EFIAPI
sub_4A8(
  VOID
);

#endif /* __OPAPLATCFG_H__ */