summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-09 05:31:14 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-09 05:31:14 +0000
commitf514804f41cc8437e4eee824717dba31f32ea755 (patch)
treeb97d4d3600ed01b9aaf4d46e84ffce5c77b715eb
parente45c24b2385785bebca80d2c33b8482dc5dd1fe1 (diff)
downloadedk2-f514804f41cc8437e4eee824717dba31f32ea755.zip
edk2-f514804f41cc8437e4eee824717dba31f32ea755.tar.gz
edk2-f514804f41cc8437e4eee824717dba31f32ea755.tar.bz2
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/IntelFrameworkModulePkg@3587 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--Bus/Pci/PciBusDxe/PciLib.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/Bus/Pci/PciBusDxe/PciLib.h b/Bus/Pci/PciBusDxe/PciLib.h
index 17e3587..0a04edc 100644
--- a/Bus/Pci/PciBusDxe/PciLib.h
+++ b/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
)