Newer
Older
AMI-Aptio-BIOS-Reversed / MdePkg / Library / UefiBootServicesTableLib / UbaInitDxe / UbaInitDxe.h
@Ajax Dong Ajax Dong 2 days ago 631 bytes Recovering names (will, pause for now)
/** @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
);

///
/// UbaInitDxeAssert
///
EFI_STATUS
EFIAPI
UbaInitDxeAssert(
  VOID
);

///
/// InitializeUbaDatabase
///
EFI_STATUS
EFIAPI
InitializeUbaDatabase(
  VOID
);

///
/// InstallUbaProtocolDispatch
///
EFI_STATUS
EFIAPI
InstallUbaProtocolDispatch(
  VOID
);

#endif /* __UBAINITDXE_H__ */