VirtualBox

Changeset 480 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 31, 2007 11:00:51 PM (18 years ago)
Author:
vboxsync
Message:

Better alignment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pci.h

    r476 r480  
    9898    uint8_t                 config[256];
    9999
     100    /** Internal data. */
     101    union
     102    {
     103#ifdef __PCIDEVICEINT_DECLARED__
     104        PCIDEVICEINT        s;
     105#endif
     106        char                padding[224];
     107    } Int;
     108
    100109    /** Read only data.
    101110     * @{
     
    109118    PPDMDEVINSR3            pDevIns;
    110119    /**  @} */
    111 
    112     /** Internal data. */
    113     union
    114     {
    115 #ifdef __PCIDEVICEINT_DECLARED__
    116         PCIDEVICEINT        s;
    117 #endif
    118         char                padding[224];
    119     } Int;
    120120} PCIDEVICE;
    121121
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette