]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/MmUsbDispatch.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / MmUsbDispatch.h
index c5d5bc56ec1fb42ad36613fd904cbf6f2e2a579f..b250adda5bf51ce145b10e631c34de9736849ad0 100644 (file)
@@ -39,14 +39,14 @@ typedef struct {
   /// 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
   ///\r
-  EFI_USB_MMI_TYPE          Type;\r
+  EFI_USB_MMI_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
   ///\r
-  EFI_DEVICE_PATH_PROTOCOL  *Device;\r
+  EFI_DEVICE_PATH_PROTOCOL    *Device;\r
 } EFI_MM_USB_REGISTER_CONTEXT;\r
 \r
 typedef struct _EFI_MM_USB_DISPATCH_PROTOCOL EFI_MM_USB_DISPATCH_PROTOCOL;\r
@@ -114,11 +114,10 @@ EFI_STATUS
 /// This protocol provides the parent dispatch service for the USB MMI source generator.\r
 ///\r
 struct _EFI_MM_USB_DISPATCH_PROTOCOL {\r
-  EFI_MM_USB_REGISTER    Register;\r
-  EFI_MM_USB_UNREGISTER  UnRegister;\r
+  EFI_MM_USB_REGISTER      Register;\r
+  EFI_MM_USB_UNREGISTER    UnRegister;\r
 };\r
 \r
-extern EFI_GUID gEfiMmUsbDispatchProtocolGuid;\r
+extern EFI_GUID  gEfiMmUsbDispatchProtocolGuid;\r
 \r
 #endif\r
-\r