Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / ACPI / CmosPei / CmosPei.h
@Ajax Dong Ajax Dong 2 days ago 334 bytes Restructure the repo
/** @file
  CmosPei.h -- Header for CmosPei

Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __CMOSPEI_H__
#define __CMOSPEI_H__

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

//
// Function Prototypes
//

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

#endif /* __CMOSPEI_H__ */