Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / FpkSetup / FpkSetup.h
@Ajax Dong Ajax Dong 2 days ago 478 bytes Full restructure
/** @file
  FpkSetup.h -- Header for FpkSetup


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __FPKSETUP_H__
#define __FPKSETUP_H__

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

//
// Function Prototypes
//

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

///
/// sub_398
///
EFI_STATUS
EFIAPI
sub_398(
  VOID
);

///
/// sub_B14
///
EFI_STATUS
EFIAPI
sub_B14(
  VOID
);

#endif /* __FPKSETUP_H__ */