Newer
Older
AMI-Aptio-BIOS-Reversed / MdePkg / Library / UefiBootServicesTableLib / UbaInitDxe / UbaInitDxe.h
@Ajax Dong Ajax Dong 2 days ago 546 bytes Restructure the repo
/** @file
  UbaInitDxe.h -- Header for UbaInitDxe


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __UBAINITDXE_H__
#define __UBAINITDXE_H__

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

//
// Function Prototypes
//

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

///
/// sub_BB4
///
EFI_STATUS
EFIAPI
sub_BB4(
  VOID
);

///
/// sub_BF4
///
EFI_STATUS
EFIAPI
sub_BF4(
  VOID
);

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

#endif /* __UBAINITDXE_H__ */