]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmPciRootBridgeIo.h
MdePkg FirmwareManagement.h: Fix typo EFI_SECURITY_VIOLATIO
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmPciRootBridgeIo.h
CommitLineData
395a656f 1/** @file\r
2 SMM PCI Root Bridge IO protocol as defined in the PI 1.2 specification.\r
3\r
4 This protocol provides PCI I/O and memory access within SMM.\r
5\r
2f208e59 6 Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>\r
9df063a0 7 This program and the accompanying materials\r
395a656f 8 are licensed and made available under the terms and conditions of the BSD License\r
9 which accompanies this distribution. The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php\r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15**/\r
16\r
17#ifndef _SMM_PCI_ROOT_BRIDGE_IO_H_\r
18#define _SMM_PCI_ROOT_BRIDGE_IO_H_\r
19\r
2f208e59 20#include <Protocol/MmPciRootBridgeIo.h>\r
395a656f 21\r
2f208e59 22#define EFI_SMM_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID EFI_MM_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID\r
395a656f 23\r
24///\r
25/// This protocol provides the same functionality as the PCI Root Bridge I/O Protocol defined in the \r
26/// UEFI 2.1 Specifcation, section 13.2, except that the functions for Map() and Unmap() may return \r
27/// EFI_UNSUPPORTED.\r
28///\r
2f208e59 29typedef EFI_MM_PCI_ROOT_BRIDGE_IO_PROTOCOL EFI_SMM_PCI_ROOT_BRIDGE_IO_PROTOCOL;\r
395a656f 30\r
31extern EFI_GUID gEfiSmmPciRootBridgeIoProtocolGuid;\r
32\r
33#endif\r
34\r