VirtualBox

Ignore:
Timestamp:
Oct 24, 2016 2:42:05 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111501
Message:

PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmpcidev.h

    r64392 r64393  
    127127typedef struct PDMPCIDEV
    128128{
    129     union
    130     {
    131         /** PCI config space. */
    132         uint8_t             abConfig[256];
    133 #ifndef PDMPCIDEVICE_NO_DEPRECATED
    134         /** @deprecated Use abConfig! */
    135         uint8_t             config[256];
    136 #endif
    137     };
     129    /** PCI config space. */
     130    uint8_t                 abConfig[256];
    138131
    139132    /** Internal data. */
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