]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmPciRootBridgeIo.h
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmPciRootBridgeIo.h
index 2c538f4229460e951abc52127be7698fd0878c27..a275be3d5852e3333c6d5f215a0b16097eafa75c 100644 (file)
@@ -3,33 +3,24 @@
 \r
   This protocol provides PCI I/O and memory access within SMM.\r
 \r
-  Copyright (c) 2009, 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
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
 #ifndef _SMM_PCI_ROOT_BRIDGE_IO_H_\r
 #define _SMM_PCI_ROOT_BRIDGE_IO_H_\r
 \r
-#include <Protocol/PciRootBridgeIo.h>\r
+#include <Protocol/MmPciRootBridgeIo.h>\r
 \r
-#define EFI_SMM_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID \\r
-  { \\r
-    0x8bc1714d, 0xffcb, 0x41c3, { 0x89, 0xdc, 0x6c, 0x74, 0xd0, 0x6d, 0x98, 0xea } \\r
-  }\r
+#define EFI_SMM_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID EFI_MM_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID\r
 \r
 ///\r
-/// This protocol provides the same functionality as the PCI Root Bridge I/O Protocol defined in the \r
-/// UEFI 2.1 Specifcation, section 13.2, except that the functions for Map() and Unmap() may return \r
+/// This protocol provides the same functionality as the PCI Root Bridge I/O Protocol defined in the\r
+/// UEFI 2.1 Specifcation, section 13.2, except that the functions for Map() and Unmap() may return\r
 /// EFI_UNSUPPORTED.\r
 ///\r
-typedef EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL  EFI_SMM_PCI_ROOT_BRIDGE_IO_PROTOCOL;\r
+typedef EFI_MM_PCI_ROOT_BRIDGE_IO_PROTOCOL  EFI_SMM_PCI_ROOT_BRIDGE_IO_PROTOCOL;\r
 \r
 extern EFI_GUID gEfiSmmPciRootBridgeIoProtocolGuid;\r
 \r