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


Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __PLATFORMTYPE_H__
#define __PLATFORMTYPE_H__

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

//
// Function Prototypes
//

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

///
/// sub_388
///
EFI_STATUS
EFIAPI
sub_388(
  VOID
);

///
/// sub_54C
///
EFI_STATUS
EFIAPI
sub_54C(
  VOID
);

#endif /* __PLATFORMTYPE_H__ */