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


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __SPSACPIHOOKS_H__
#define __SPSACPIHOOKS_H__

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

//
// Function Prototypes
//

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

///
/// sub_364
///
EFI_STATUS
EFIAPI
sub_364(
  VOID
);

///
/// sub_524
///
EFI_STATUS
EFIAPI
sub_524(
  VOID
);

#endif /* __SPSACPIHOOKS_H__ */