]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmPciRootBridgeIo.h
MdePkg/Include/Protocol/Tls.h: pack structures from the TLS RFC
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmPciRootBridgeIo.h
index 7cb547dcdf321acc2aaf9cb6af41cd903ee30fdf..0f23875f010e339c38284654ea1c818f162ed7e8 100644 (file)
@@ -3,8 +3,8 @@
 \r
   This protocol provides PCI I/O and memory access within SMM.\r
 \r
-  Copyright (c) 2009, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2009 - 2017, 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
 #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
 /// 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