Newer
Older
AMI-Aptio-BIOS-Reversed / SmiVariable / SmiVariable.h
@Ajax Dong Ajax Dong 2 days ago 553 bytes Init
/** @file
  SmiVariable.h -- Header for SmiVariable


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __SMIVARIABLE_H__
#define __SMIVARIABLE_H__

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

//
// Function Prototypes
//

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

///
/// sub_4CC
///
EFI_STATUS
EFIAPI
sub_4CC(
  VOID
);

///
/// sub_788
///
EFI_STATUS
EFIAPI
sub_788(
  VOID
);

///
/// sub_1654
///
EFI_STATUS
EFIAPI
sub_1654(
  VOID
);

#endif /* __SMIVARIABLE_H__ */