]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/IndustryStandard/Xen/io/xenbus.h
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Include / IndustryStandard / Xen / io / xenbus.h
index 80db1909e9a4a8d7d19810867d7d9d93ab6daddc..1a50619bbfb61429e771f9f2fe3afd0b48cd6acc 100644 (file)
  * layers.\r
  */\r
 enum xenbus_state {\r
-    XenbusStateUnknown       = 0,\r
+  XenbusStateUnknown = 0,\r
 \r
-    XenbusStateInitialising  = 1,\r
+  XenbusStateInitialising = 1,\r
 \r
-    /*\r
-     * InitWait: Finished early initialisation but waiting for information\r
-     * from the peer or hotplug scripts.\r
-     */\r
-    XenbusStateInitWait      = 2,\r
+  /*\r
+   * InitWait: Finished early initialisation but waiting for information\r
+   * from the peer or hotplug scripts.\r
+   */\r
+  XenbusStateInitWait = 2,\r
 \r
-    /*\r
-     * Initialised: Waiting for a connection from the peer.\r
-     */\r
-    XenbusStateInitialised   = 3,\r
+  /*\r
+   * Initialised: Waiting for a connection from the peer.\r
+   */\r
+  XenbusStateInitialised = 3,\r
 \r
-    XenbusStateConnected     = 4,\r
+  XenbusStateConnected = 4,\r
 \r
-    /*\r
-     * Closing: The device is being closed due to an error or an unplug event.\r
-     */\r
-    XenbusStateClosing       = 5,\r
+  /*\r
+   * Closing: The device is being closed due to an error or an unplug event.\r
+   */\r
+  XenbusStateClosing = 5,\r
 \r
-    XenbusStateClosed        = 6,\r
+  XenbusStateClosed = 6,\r
 \r
-    /*\r
-     * Reconfiguring: The device is being reconfigured.\r
-     */\r
-    XenbusStateReconfiguring = 7,\r
+  /*\r
+   * Reconfiguring: The device is being reconfigured.\r
+   */\r
+  XenbusStateReconfiguring = 7,\r
 \r
-    XenbusStateReconfigured  = 8\r
+  XenbusStateReconfigured = 8\r
 };\r
+\r
 typedef enum xenbus_state XenbusState;\r
 \r
 #endif /* _XEN_PUBLIC_IO_XENBUS_H */\r