VirtualBox

Changeset 476 in vbox


Ignore:
Timestamp:
Jan 31, 2007 10:24:26 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18079
Message:

64-bit alignment.

File:
1 edited

Legend:

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

    r1 r476  
    9696{
    9797    /** PCI config space. */
    98     uint8_t             config[256];
     98    uint8_t                 config[256];
    9999
    100100    /** Read only data.
     
    102102     */
    103103    /** PCI device number on the pci bus. */
    104     int                 devfn;
     104    int32_t                 devfn;
     105    uint32_t                Alignment0; /**< Alignment. */
    105106    /** Device name. */
    106     const char         *name;
     107    R3PTRTYPE(const char *) name;
    107108    /** Pointer to the device instance which registered the device. */
    108     PPDMDEVINSHC        pDevIns;
     109    PPDMDEVINSR3            pDevIns;
    109110    /**  @} */
    110111
     
    113114    {
    114115#ifdef __PCIDEVICEINT_DECLARED__
    115         PCIDEVICEINT    s;
     116        PCIDEVICEINT        s;
    116117#endif
    117         char            padding[196];
     118        char                padding[224];
    118119    } Int;
    119120} PCIDEVICE;
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