From a43264f45194d7a75baf200b65f71ca754052c38 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 9 Aug 2007 05:31:14 +0000 Subject: [PATCH] Remove all *_PAYLOAD structures definition in IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h file, they are *not* in any specification and should be moved to user's header file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3587 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Bus/Pci/PciBusDxe/PciLib.h | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h index 17e3587cb0..0a04edc672 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h @@ -35,7 +35,21 @@ Revision History #define PCI_INCOMPATIBLE_REGISTER_UPDATE_SUPPORT 0x08 #define PCI_INCOMPATIBLE_ACCESS_WIDTH_SUPPORT 0x0a -VOID +typedef struct { + EFI_HANDLE Handle; +} EFI_DEVICE_HANDLE_EXTENDED_DATA_PAYLOAD; + +typedef struct { + UINT32 Bar; + UINT16 DevicePathSize; + UINT16 ReqResSize; + UINT16 AllocResSize; + UINT8 *DevicePath; + UINT8 *ReqRes; + UINT8 *AllocRes; +} EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA_PAYLOAD; + +void InstallHotPlugRequestProtocol ( IN EFI_STATUS *Status ) -- 2.39.2