]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/IsaHc.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Ppi / IsaHc.h
index cdffc400a813464b418e7284b8d669780452507f..5ae6870b72953cf1d85defe5111691faf0a0e77a 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   This PPI opens or closes an I/O aperture in a ISA HOST controller.\r
 \r
-  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
-  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
-  http://opensource.org/licenses/bsd-license.php                                            \r
+  Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  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
+  http://opensource.org/licenses/bsd-license.php\r
 \r
-  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
+  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
   @par Revision Reference:\r
   This PPI is from PI Version 1.2.1.\r
@@ -33,10 +33,10 @@ typedef struct _EFI_ISA_HC_PPI *PEFI_ISA_HC_PPI;
   addresses specified by IoAddress to IoAddress + IoLength - 1. It is possible\r
   that more than one caller may be assigned to the same aperture.\r
   It may be possible that a single hardware aperture may be used for more than\r
-  one device. This function tracks the number of times that each aperture is \r
+  one device. This function tracks the number of times that each aperture is\r
   referenced, and doesa not close the hardware aperture (via CloseIoAperture())\r
   until there are no more references to it.\r
\r
+\r
   @param This             A pointer to this instance of the EFI_ISA_HC_PPI.\r
   @param IoAddress        An unsigned integer that specifies the first byte of\r
                           the I/O space required.\r
@@ -74,7 +74,7 @@ EFI_STATUS
                           call to OpenIoAperture().\r
 \r
   @retval EFI_SUCCESS   The I/O aperture was closed successfully.\r
-**/ \r
+**/\r
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_PEI_ISA_HC_CLOSE_IO) (\r
@@ -116,4 +116,4 @@ struct _EFI_ISA_HC_PPI {
 \r
 extern EFI_GUID gEfiIsaHcPpiGuid;\r
 \r
-#endif \r
+#endif\r