]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Include/Protocol/SmmPciRootBridgeIo.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmPciRootBridgeIo.h
... / ...
CommitLineData
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
6 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
7 This program and the accompanying materials\r
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
20#include <Protocol/MmPciRootBridgeIo.h>\r
21\r
22#define EFI_SMM_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID EFI_MM_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID\r
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
29typedef EFI_MM_PCI_ROOT_BRIDGE_IO_PROTOCOL EFI_SMM_PCI_ROOT_BRIDGE_IO_PROTOCOL;\r
30\r
31extern EFI_GUID gEfiSmmPciRootBridgeIoProtocolGuid;\r
32\r
33#endif\r
34\r