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


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __AHCISMM_H__
#define __AHCISMM_H__

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

//
// Function Prototypes
//

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

///
/// sub_49C
///
EFI_STATUS
EFIAPI
sub_49C(
  VOID
);

///
/// sub_5DC
///
EFI_STATUS
EFIAPI
sub_5DC(
  VOID
);

#endif /* __AHCISMM_H__ */