]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/PciPlatform.h
Remove blank for function typedef, it will break generating doxygen document.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / PciPlatform.h
index 87a02889ee93c1d793714a871333fcd938fdc9e6..24c345b1522141ab25aff4f9406b11f9727d04a1 100644 (file)
@@ -1,6 +1,9 @@
 /** @file\r
-  This file declares PlatfromOpRom protocols.\r
-\r
+  This file declares PlatfromOpRom protocols which provides the interface between \r
+  the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific \r
+  driver to describe the unique features of a platform. This\r
+  protocol is optional.\r
+  \r
   Copyright (c) 2007, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -10,8 +13,6 @@
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  Module Name:  PciPlatform.h\r
-\r
   @par Revision Reference:\r
   This protocol is defined in PCI Platform Support Specification\r
   Version 0.9\r
@@ -73,7 +74,7 @@ typedef enum {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PCI_PLATFORM_PHASE_NOTIFY) (\r
+(EFIAPI *EFI_PCI_PLATFORM_PHASE_NOTIFY)(\r
   IN EFI_PCI_PLATFORM_PROTOCOL                       *This,\r
   IN  EFI_HANDLE                                     HostBridge,\r
   IN  EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE  Phase,\r
@@ -107,7 +108,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER) (\r
+(EFIAPI *EFI_PCI_PLATFORM_PREPROCESS_CONTROLLER)(\r
   IN  EFI_PCI_PLATFORM_PROTOCOL                      *This,\r
   IN  EFI_HANDLE                                     HostBridge,\r
   IN  EFI_HANDLE                                     RootBridge,\r
@@ -132,7 +133,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PCI_PLATFORM_GET_PLATFORM_POLICY) (\r
+(EFIAPI *EFI_PCI_PLATFORM_GET_PLATFORM_POLICY)(\r
   IN  EFI_PCI_PLATFORM_PROTOCOL           *This,\r
   OUT EFI_PCI_PLATFORM_POLICY             *PciPolicy\r
 )\r
@@ -143,7 +144,7 @@ EFI_STATUS
   The GetPciRom() function gets the PCI device's option ROM from a platform-specific location.\r
   The option ROM will be loaded into memory. This member function is used to return an image\r
   that is packaged as a PCI 2.2 option ROM. The image may contain both legacy and EFI option\r
-  ROMs. See the EFI 1.10 Specification for details. This member function can be used to return\r
+  ROMs. See the UEFI 2.0 Specification for details. This member function can be used to return\r
   option ROM images for embedded controllers. Option ROMs for embedded controllers are typically\r
   stored in platform-specific storage, and this member function can retrieve it from that storage\r
   and return it to the PCI bus driver. The PCI bus driver will call this member function before\r
@@ -168,7 +169,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PCI_PLATFORM_GET_PCI_ROM) (\r
+(EFIAPI *EFI_PCI_PLATFORM_GET_PCI_ROM)(\r
   IN   EFI_PCI_PLATFORM_PROTOCOL    *This,\r
   IN   EFI_HANDLE                   PciHandle,\r
   OUT  VOID                         **RomImage,\r