]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SimplePointer.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / SimplePointer.h
index c6314145fb9eca5e6eb3a0c10b93ee20b8adcc17..f8d45a6bc201fa15016a37a9f0d2e74daa3ef819 100644 (file)
@@ -16,7 +16,7 @@
     0x31878c87, 0xb75, 0x11d5, {0x9a, 0x4f, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
   }\r
 \r
-typedef struct _EFI_SIMPLE_POINTER_PROTOCOL  EFI_SIMPLE_POINTER_PROTOCOL;\r
+typedef struct _EFI_SIMPLE_POINTER_PROTOCOL EFI_SIMPLE_POINTER_PROTOCOL;\r
 \r
 //\r
 // Data structures\r
@@ -25,25 +25,25 @@ typedef struct {
   ///\r
   /// The signed distance in counts that the pointer device has been moved along the x-axis.\r
   ///\r
-  INT32   RelativeMovementX;\r
+  INT32      RelativeMovementX;\r
   ///\r
   /// The signed distance in counts that the pointer device has been moved along the y-axis.\r
   ///\r
-  INT32   RelativeMovementY;\r
+  INT32      RelativeMovementY;\r
   ///\r
   /// The signed distance in counts that the pointer device has been moved along the z-axis.\r
   ///\r
-  INT32   RelativeMovementZ;\r
+  INT32      RelativeMovementZ;\r
   ///\r
   /// If TRUE, then the left button of the pointer device is being\r
   /// pressed. If FALSE, then the left button of the pointer device is not being pressed.\r
   ///\r
-  BOOLEAN LeftButton;\r
+  BOOLEAN    LeftButton;\r
   ///\r
   /// If TRUE, then the right button of the pointer device is being\r
   /// pressed. If FALSE, then the right button of the pointer device is not being pressed.\r
   ///\r
-  BOOLEAN RightButton;\r
+  BOOLEAN    RightButton;\r
 } EFI_SIMPLE_POINTER_STATE;\r
 \r
 typedef struct {\r
@@ -51,25 +51,25 @@ typedef struct {
   /// The resolution of the pointer device on the x-axis in counts/mm.\r
   /// If 0, then the pointer device does not support an x-axis.\r
   ///\r
-  UINT64  ResolutionX;\r
+  UINT64     ResolutionX;\r
   ///\r
   /// The resolution of the pointer device on the y-axis in counts/mm.\r
   /// If 0, then the pointer device does not support an x-axis.\r
   ///\r
-  UINT64  ResolutionY;\r
+  UINT64     ResolutionY;\r
   ///\r
   /// The resolution of the pointer device on the z-axis in counts/mm.\r
   /// If 0, then the pointer device does not support an x-axis.\r
   ///\r
-  UINT64  ResolutionZ;\r
+  UINT64     ResolutionZ;\r
   ///\r
   /// TRUE if a left button is present on the pointer device. Otherwise FALSE.\r
   ///\r
-  BOOLEAN LeftButton;\r
+  BOOLEAN    LeftButton;\r
   ///\r
   /// TRUE if a right button is present on the pointer device. Otherwise FALSE.\r
   ///\r
-  BOOLEAN RightButton;\r
+  BOOLEAN    RightButton;\r
 } EFI_SIMPLE_POINTER_MODE;\r
 \r
 /**\r
@@ -120,18 +120,18 @@ EFI_STATUS
 /// retrieve the capabilities of the pointer device.\r
 ///\r
 struct _EFI_SIMPLE_POINTER_PROTOCOL {\r
-  EFI_SIMPLE_POINTER_RESET      Reset;\r
-  EFI_SIMPLE_POINTER_GET_STATE  GetState;\r
+  EFI_SIMPLE_POINTER_RESET        Reset;\r
+  EFI_SIMPLE_POINTER_GET_STATE    GetState;\r
   ///\r
   /// Event to use with WaitForEvent() to wait for input from the pointer device.\r
   ///\r
-  EFI_EVENT                     WaitForInput;\r
+  EFI_EVENT                       WaitForInput;\r
   ///\r
   /// Pointer to EFI_SIMPLE_POINTER_MODE data.\r
   ///\r
-  EFI_SIMPLE_POINTER_MODE       *Mode;\r
+  EFI_SIMPLE_POINTER_MODE         *Mode;\r
 };\r
 \r
-extern EFI_GUID gEfiSimplePointerProtocolGuid;\r
+extern EFI_GUID  gEfiSimplePointerProtocolGuid;\r
 \r
 #endif\r