Index: /trunk/include/VBox/pci.h
===================================================================
--- /trunk/include/VBox/pci.h	(revision 479)
+++ /trunk/include/VBox/pci.h	(revision 480)
@@ -98,4 +98,13 @@
     uint8_t                 config[256];
 
+    /** Internal data. */
+    union
+    {
+#ifdef __PCIDEVICEINT_DECLARED__
+        PCIDEVICEINT        s;
+#endif
+        char                padding[224];
+    } Int;
+
     /** Read only data.
      * @{
@@ -109,13 +118,4 @@
     PPDMDEVINSR3            pDevIns;
     /**  @} */
-
-    /** Internal data. */
-    union
-    {
-#ifdef __PCIDEVICEINT_DECLARED__
-        PCIDEVICEINT        s;
-#endif
-        char                padding[224];
-    } Int;
 } PCIDEVICE;
 
