Newer
Older
AMI-Aptio-BIOS-Reversed / PurleyPlatPkg / Library / PeiUbaPlatLib / UbaPcdUpdateLib.c / UpdatePcdPei / UpdatePcdPei.h
@Ajax Dong Ajax Dong 2 days ago 306 bytes Restructure the repo
/** @file
  UpdatePcdPei.h -- Header for UpdatePcdPei

Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __UPDATEPCDPEI_H__
#define __UPDATEPCDPEI_H__

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

//
// Function Prototypes
//

EFI_STATUS
EFIAPI
ModuleEntryPoint(
  VOID
);

#endif /* __UPDATEPCDPEI_H__ */