]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/PciOverride.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / PciOverride.h
CommitLineData
4009f916 1/** @file\r
2 This file declares EFI PCI Override protocol which provides the interface between\r
3 the PCI bus driver/PCI Host Bridge Resource Allocation driver and an implementation's\r
4 driver to describe the unique features of a platform.\r
5 This protocol is optional.\r
6\r
9df063a0 7 Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
9344f092 8 SPDX-License-Identifier: BSD-2-Clause-Patent\r
4009f916 9\r
10 @par Revision Reference:\r
11 This Protocol is defined in UEFI Platform Initialization Specification 1.2\r
12 Volume 5: Standards\r
13\r
14**/\r
15\r
16#ifndef _PCI_OVERRIDE_H_\r
17#define _PCI_OVERRIDE_H_\r
18\r
19///\r
20/// EFI_PCI_OVERRIDE_PROTOCOL has the same structure with EFI_PCI_PLATFORM_PROTOCOL\r
21///\r
22#include <Protocol/PciPlatform.h>\r
23\r
24///\r
25/// Global ID for the EFI_PCI_OVERRIDE_PROTOCOL\r
26///\r
27#define EFI_PCI_OVERRIDE_GUID \\r
28 { \\r
29 0xb5b35764, 0x460c, 0x4a06, {0x99, 0xfc, 0x77, 0xa1, 0x7c, 0x1b, 0x5c, 0xeb} \\r
30 }\r
31\r
32///\r
33/// Declaration for EFI_PCI_OVERRIDE_PROTOCOL\r
34///\r
35typedef EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_OVERRIDE_PROTOCOL;\r
36\r
2f88bd3a 37extern EFI_GUID gEfiPciOverrideProtocolGuid;\r
4009f916 38\r
39#endif\r