]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/PciHotPlugRequest.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Protocol / PciHotPlugRequest / PciHotPlugRequest.h
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/PciHotPlugRequest.h b/EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/PciHotPlugRequest.h
deleted file mode 100644 (file)
index 186ae51..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
-  PciHotPlugRequest.h\r
-\r
-Abstract:\r
-\r
-  \r
\r
---*/\r
-\r
-#ifndef _PCI_HOTPLUG_REQUEST_H_\r
-#define _PCI_HOTPLUG_REQUEST_H_\r
-\r
-#define EFI_PCI_HOTPLUG_REQUEST_PROTOCOL_GUID \\r
-{0x19cb87ab,0x2cb9,0x4665,{0x83,0x60,0xdd,0xcf,0x60,0x54,0xf7,0x9d}}\r
-\r
-typedef enum {\r
-  EfiPciHotPlugRequestAdd,\r
-  EfiPciHotplugRequestRemove\r
-} EFI_PCI_HOTPLUG_OPERATION;\r
-\r
-EFI_FORWARD_DECLARATION (EFI_PCI_HOTPLUG_REQUEST_PROTOCOL);\r
-\r
-typedef\r
-EFI_STATUS\r
-(EFIAPI *EFI_PCI_HOTPLUG_REQUEST_NOTIFY) (\r
- IN EFI_PCI_HOTPLUG_REQUEST_PROTOCOL *This,\r
- IN EFI_PCI_HOTPLUG_OPERATION        Operation,\r
- IN EFI_HANDLE                       Controller,\r
- IN EFI_DEVICE_PATH_PROTOCOL         *RemainingDevicePath OPTIONAL,\r
- IN OUT UINT8                        *NumberOfChildren,\r
- IN OUT EFI_HANDLE                   *ChildHandleBuffer\r
-);\r
-\r
-\r
-\r
-struct _EFI_PCI_HOTPLUG_REQUEST_PROTOCOL {\r
-  EFI_PCI_HOTPLUG_REQUEST_NOTIFY     Notify;\r
-};\r
-\r
-\r
-extern EFI_GUID gEfiPciHotPlugRequestProtocolGuid;\r
-\r
-#endif\r