Newer
Older
AMI-Aptio-BIOS-Reversed / MdeModulePkg / Universal / PCD / Dxe / HiiDatabase / HiiDatabase.h
@Ajax Dong Ajax Dong 2 days ago 559 bytes Restructure the repo
/** @file
  HiiDatabase.h -- Header for HiiDatabase


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __HIIDATABASE_H__
#define __HIIDATABASE_H__

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

//
// Function Prototypes
//

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

///
/// sub_15174
///
EFI_STATUS
EFIAPI
sub_15174(
  VOID
);

///
/// sub_18470
///
EFI_STATUS
EFIAPI
sub_18470(
  VOID
);

///
/// sub_454
///
EFI_STATUS
EFIAPI
sub_454(
  VOID
);

#endif /* __HIIDATABASE_H__ */