]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h
Correct the structure's comments to follow doxygen format.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / IncompatiblePciDeviceSupport.h
index 6b74a74ab95e2581c6e305dc7dcca5e0fc5a5d9a..75b7db5f16210ce64022d456ac3a489aafdd32fb 100644 (file)
@@ -15,7 +15,7 @@
   (DXE) driver and must be made available before the Boot Device Selection (BDS) phase. The PCI\r
   bus driver will look for the presence of this protocol before it begins PCI enumeration.\r
 \r
-  Copyright (c) 2007, Intel Corporation\r
+  Copyright (c) 2007 - 2009, 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
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -71,15 +71,15 @@ EFI_STATUS
 );\r
 \r
 \r
-//\r
-// Interface structure for the Incompatible PCI Device Support Protocol\r
-//\r
-struct _EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL {\r
 ///\r
-///  Returns a list of ACPI resource descriptors that detail any special\r
-///  resource configuration requirements if the specified device is a recognized\r
-///  incompatible PCI device.\r
+/// Interface structure for the Incompatible PCI Device Support Protocol\r
 ///\r
+struct _EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL {\r
+  ///\r
+  ///  Returns a list of ACPI resource descriptors that detail any special\r
+  ///  resource configuration requirements if the specified device is a recognized\r
+  ///  incompatible PCI device.\r
+  ///\r
   EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_CHECK_DEVICE      CheckDevice;\r
 };\r
 \r