]> 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 2db71ebc14d337ffc431738cfc19204625f54e2a..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
@@ -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