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


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __OFBD_H__
#define __OFBD_H__

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

//
// Function Prototypes
//

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

///
/// sub_53C
///
EFI_STATUS
EFIAPI
sub_53C(
  VOID
);

///
/// sub_A30
///
EFI_STATUS
EFIAPI
sub_A30(
  VOID
);

///
/// sub_3520
///
EFI_STATUS
EFIAPI
sub_3520(
  VOID
);

#endif /* __OFBD_H__ */