]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / EhciPei / EhcPeim.h
index 715a5ab1c142d2d2eb373bf7498e88b3b50ba0a0..be4237d84b40192768b98e214bfdf5ee63d977c0 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
 Private Header file for Usb Host Controller PEIM\r
 \r
-Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>\r
-  \r
+Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
+\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions\r
 of the BSD License which accompanies this distribution.  The\r
@@ -118,20 +118,20 @@ struct _PEI_USB2_HC_DEV {
   //\r
   PEI_EHC_QTD                         *ShortReadStop;\r
   EFI_EVENT                           PollTimer;\r
-  \r
+\r
   //\r
-  // Asynchronous(bulk and control) transfer schedule data: \r
+  // Asynchronous(bulk and control) transfer schedule data:\r
   // ReclaimHead is used as the head of the asynchronous transfer\r
-  // list. It acts as the reclamation header. \r
+  // list. It acts as the reclamation header.\r
   //\r
   PEI_EHC_QH                          *ReclaimHead;\r
-  \r
+\r
   //\r
   // Periodic (interrupt) transfer schedule data:\r
   //\r
-  VOID                                *PeriodFrame;     // Mapped as common buffer \r
+  VOID                                *PeriodFrame;     // Mapped as common buffer\r
   VOID                                *PeriodFrameMap;\r
-                                      \r
+\r
   PEI_EHC_QH                          *PeriodOne;\r
   EFI_LIST_ENTRY                      AsyncIntTransfers;\r
 \r
@@ -156,14 +156,14 @@ struct _PEI_USB2_HC_DEV {
 **/\r
 EFI_STATUS\r
 InitializeUsbHC (\r
-  IN PEI_USB2_HC_DEV      *EhcDev  \r
+  IN PEI_USB2_HC_DEV      *EhcDev\r
   );\r
 \r
 /**\r
   Initialize the memory management pool for the host controller.\r
-  \r
+\r
   @param  Ehc                   The EHCI device.\r
-  @param  Check4G               Whether the host controller requires allocated memory \r
+  @param  Check4G               Whether the host controller requires allocated memory\r
                                 from one 4G address space.\r
   @param  Which4G               The 4G memory area each memory allocated should be from.\r
 \r
@@ -178,7 +178,7 @@ UsbHcInitMemPool (
   IN UINT32               Which4G\r
   )\r
 ;\r
-            \r
+\r
 /**\r
   Release the memory management pool.\r
 \r
@@ -199,7 +199,7 @@ UsbHcFreeMemPool (
 /**\r
   Allocate some memory from the host controller's memory pool\r
   which can be used to communicate with host controller.\r
-  \r
+\r
   @param  Ehc       The EHCI device.\r
   @param  Pool      The host controller's memory pool.\r
   @param  Size      Size of the memory to allocate.\r