Newer
Older
AMI-Aptio-BIOS-Reversed / PurleyPlatPkg / Platform / Dxe / PlatformEarlyDxe / PlatformEarlyDxe.h
@Ajax Dong Ajax Dong 2 days ago 576 bytes Full restructure
/** @file
  PlatformEarlyDxe.h -- Header for PlatformEarlyDxe


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __PLATFORMEARLYDXE_H__
#define __PLATFORMEARLYDXE_H__

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

//
// Function Prototypes
//

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

///
/// sub_42C
///
EFI_STATUS
EFIAPI
sub_42C(
  VOID
);

///
/// sub_70C
///
EFI_STATUS
EFIAPI
sub_70C(
  VOID
);

///
/// sub_6CC
///
EFI_STATUS
EFIAPI
sub_6CC(
  VOID
);

#endif /* __PLATFORMEARLYDXE_H__ */