Newer
Older
AMI-Aptio-BIOS-Reversed / PurleySktPkg / Me / Sps / Dxe / SpsDxe / SpsDxe.h
@Ajax Dong Ajax Dong 2 days ago 526 bytes Full restructure
/** @file
  SpsDxe.h -- Header for SpsDxe


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __SPSDXE_H__
#define __SPSDXE_H__

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

//
// Function Prototypes
//

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

///
/// sub_3EC
///
EFI_STATUS
EFIAPI
sub_3EC(
  VOID
);

///
/// sub_818
///
EFI_STATUS
EFIAPI
sub_818(
  VOID
);

///
/// sub_6AC
///
EFI_STATUS
EFIAPI
sub_6AC(
  VOID
);

#endif /* __SPSDXE_H__ */