Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / HddSecurity / SmmHddSecurity / SmmHddSecurity.h
@Ajax Dong Ajax Dong 2 days ago 566 bytes Full restructure
/** @file
  SmmHddSecurity.h -- Header for SmmHddSecurity


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __SMMHDDSECURITY_H__
#define __SMMHDDSECURITY_H__

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

//
// Function Prototypes
//

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

///
/// sub_53C
///
EFI_STATUS
EFIAPI
sub_53C(
  VOID
);

///
/// sub_A9C
///
EFI_STATUS
EFIAPI
sub_A9C(
  VOID
);

///
/// sub_9D8
///
EFI_STATUS
EFIAPI
sub_9D8(
  VOID
);

#endif /* __SMMHDDSECURITY_H__ */