]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspWrapperPkg/Include/Library/FspHobProcessLib.h
IntelFspPkg&IntelFspWrapperPkg: Remove them
[mirror_edk2.git] / IntelFspWrapperPkg / Include / Library / FspHobProcessLib.h
diff --git a/IntelFspWrapperPkg/Include/Library/FspHobProcessLib.h b/IntelFspWrapperPkg/Include/Library/FspHobProcessLib.h
deleted file mode 100644 (file)
index 6c793c8..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/** @file\r
-  Provide FSP hob process related function.\r
-\r
-  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef __FSP_HOB_PROCESS_LIB_H__\r
-#define __FSP_HOB_PROCESS_LIB_H__\r
-\r
-/**\r
-  BIOS process FspBobList.\r
-\r
-  @param[in] FspHobList  Pointer to the HOB data structure produced by FSP.\r
-\r
-  @return If platform process the FSP hob list successfully.\r
-**/\r
-EFI_STATUS\r
-EFIAPI\r
-FspHobProcess (\r
-  IN VOID                 *FspHobList\r
-  );\r
-\r
-/**\r
-  BIOS process FspBobList for Memory Resource Descriptor.\r
-\r
-  @param[in] FspHobList  Pointer to the HOB data structure produced by FSP.\r
-\r
-  @return If platform process the FSP hob list successfully.\r
-**/\r
-EFI_STATUS\r
-EFIAPI\r
-FspHobProcessForMemoryResource (\r
-  IN VOID                 *FspHobList\r
-  );\r
-\r
-/**\r
-  BIOS process FspBobList for other data (not Memory Resource Descriptor).\r
-\r
-  @param[in] FspHobList  Pointer to the HOB data structure produced by FSP.\r
-\r
-  @return If platform process the FSP hob list successfully.\r
-**/\r
-EFI_STATUS\r
-EFIAPI\r
-FspHobProcessForOtherData (\r
-  IN VOID                 *FspHobList\r
-  );\r
-\r
-#endif\r