]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/PciOverride.h
MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.
[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
HT
7 Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
8 This program and the accompanying materials\r
4009f916 9 are licensed and made available under the terms and conditions of the BSD License\r
10 which accompanies this distribution. The full text of the license may be found at\r
11 http://opensource.org/licenses/bsd-license.php\r
12\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15\r
16 @par Revision Reference:\r
17 This Protocol is defined in UEFI Platform Initialization Specification 1.2\r
18 Volume 5: Standards\r
19\r
20**/\r
21\r
22#ifndef _PCI_OVERRIDE_H_\r
23#define _PCI_OVERRIDE_H_\r
24\r
25///\r
26/// EFI_PCI_OVERRIDE_PROTOCOL has the same structure with EFI_PCI_PLATFORM_PROTOCOL\r
27///\r
28#include <Protocol/PciPlatform.h>\r
29\r
30///\r
31/// Global ID for the EFI_PCI_OVERRIDE_PROTOCOL\r
32///\r
33#define EFI_PCI_OVERRIDE_GUID \\r
34 { \\r
35 0xb5b35764, 0x460c, 0x4a06, {0x99, 0xfc, 0x77, 0xa1, 0x7c, 0x1b, 0x5c, 0xeb} \\r
36 }\r
37\r
38///\r
39/// Declaration for EFI_PCI_OVERRIDE_PROTOCOL\r
40///\r
41typedef EFI_PCI_PLATFORM_PROTOCOL EFI_PCI_OVERRIDE_PROTOCOL;\r
42\r
43\r
44extern EFI_GUID gEfiPciOverrideProtocolGuid;\r
45\r
46#endif\r