]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SmmUsbDispatch.h
IntelFrameworkPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SmmUsbDispatch.h
index bb0a263a8234ebe003398045085c1bf1d1f0ef0f..9bdbe00588ee6fb257f008b6742cfdce9e844d08 100644 (file)
@@ -1,13 +1,13 @@
 /** @file\r
   Provides the parent dispatch service for the USB SMI source generator.\r
 \r
-Copyright (c) 2007 - 2010, Intel Corporation.  All rights reserved<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 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
+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
 \r
   @par Revision Reference:\r
@@ -38,14 +38,14 @@ typedef struct {
   ///\r
   /// Describes whether this child handler will be invoked in response to a USB legacy\r
   /// emulation event, such as port-trap on the PS/2* keyboard control registers, or to a\r
-  /// USB wake event, such as resumption from a sleep state. \r
+  /// USB wake event, such as resumption from a sleep state.\r
   ///\r
   EFI_USB_SMI_TYPE          Type;\r
   ///\r
   /// The device path is part of the context structure and describes the location of the\r
   /// particular USB host controller in the system for which this register event will occur.\r
   /// This location is important because of the possible integration of several USB host\r
-  /// controllers in a system. \r
+  /// controllers in a system.\r
   ///\r
   EFI_DEVICE_PATH_PROTOCOL  *Device;\r
 } EFI_SMM_USB_DISPATCH_CONTEXT;\r
@@ -74,14 +74,14 @@ VOID
   Register a child SMI source dispatch function with a parent SMM driver.\r
 \r
   @param[in]  This              The pointer to the EFI_SMM_USB_DISPATCH_PROTOCOL instance.\r
-  @param[in]  DispatchFunction  The pointer to dispatch function to be invoked \r
+  @param[in]  DispatchFunction  The pointer to dispatch function to be invoked\r
                                 for this SMI source.\r
   @param[in]  DispatchContext   The pointer to the dispatch function's context.\r
                                 The caller fills this context in before calling\r
                                 the register function to indicate to the register\r
                                 function the USB SMI types for which the dispatch\r
                                 function should be invoked.\r
-  @param[out] DispatchHandle    The handle generated by the dispatcher to track the \r
+  @param[out] DispatchHandle    The handle generated by the dispatcher to track the\r
                                 function instance.\r
 \r
   @retval EFI_SUCCESS           The dispatch function has been successfully\r