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

Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __PLATFORMINFO_H__
#define __PLATFORMINFO_H__

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

//
// Function Prototypes
//

EFI_STATUS
EFIAPI
ModuleEntryPoint(
  EFI_HANDLE ImageHandle,
  EFI_SYSTEM_TABLE *SystemTable
  );

#endif /* __PLATFORMINFO_H__ */