]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/LegacyInterrupt.h
Correct the structure's comments to follow doxygen format.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / LegacyInterrupt.h
index 8c952ebf9ef081e66cac0d4ff8d76d1d349de693..a43b91a718ceaa0bf12c2f379a59da9e9f64ced1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This protocol abstracts the PIRQ programming from the generic EFI Compatibility Support Modules (CSMs).\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
@@ -103,21 +103,24 @@ EFI_STATUS
   );\r
 \r
 struct _EFI_LEGACY_INTERRUPT_PROTOCOL {\r
-///\r
-///   Gets the number of PIRQs supported.\r
-///\r
+  ///\r
+  ///   Gets the number of PIRQs supported.\r
+  ///\r
   EFI_LEGACY_INTERRUPT_GET_NUMBER_PIRQS GetNumberPirqs;\r
-///\r
-/// Gets the PCI bus, device, and function that associated with this protocol.\r
-///\r
+\r
+  ///\r
+  /// Gets the PCI bus, device, and function that associated with this protocol.\r
+  ///\r
   EFI_LEGACY_INTERRUPT_GET_LOCATION     GetLocation;\r
-///\r
-/// Reads the indicated PIRQ register.\r
-///\r
+\r
+  ///\r
+  /// Reads the indicated PIRQ register.\r
+  ///\r
   EFI_LEGACY_INTERRUPT_READ_PIRQ        ReadPirq;\r
-///\r
-/// Writes to the indicated PIRQ register.\r
-///\r
+\r
+  ///\r
+  /// Writes to the indicated PIRQ register.\r
+  ///\r
   EFI_LEGACY_INTERRUPT_WRITE_PIRQ       WritePirq;\r
 };\r
 \r