Newer
Older
AMI-Aptio-BIOS-Reversed / LenovoServerPkg / POSTStatus / LnvPeiStatusCode / LnvPeiStatusCode.h
@Ajax Dong Ajax Dong 2 days ago 379 bytes Restructure the repo
/** @file
  LnvPeiStatusCode.h -- Header for LnvPeiStatusCode

Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __LNVPEISTATUSCODE_H__
#define __LNVPEISTATUSCODE_H__

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

//
// Function Prototypes
//

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

#endif /* __LNVPEISTATUSCODE_H__ */