VirtualBox

Changeset 64395 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 24, 2016 2:45:38 PM (8 years ago)
Author:
vboxsync
Message:

s/PDMPCIDEVICEINT/PDMPCIDEVINT/.

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

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

    r64393 r64395  
    109109
    110110/*
    111  * Hack to include the PDMPCIDEVICEINT structure at the right place
     111 * Hack to include the PDMPCIDEVINT structure at the right place
    112112 * to avoid duplications of FNPCIIOREGIONMAP and such.
    113113 */
     
    133133    union
    134134    {
    135 #ifdef PDMPCIDEVICEINT_DECLARED
    136         PDMPCIDEVICEINT     s;
     135#ifdef PDMPCIDEVINT_DECLARED
     136        PDMPCIDEVINT        s;
    137137#endif
    138138        uint8_t             padding[HC_ARCH_BITS == 32 ? 272 : 384];
     
    152152    /** @} */
    153153} PDMPCIDEV;
    154 #ifdef PDMPCIDEVICEINT_DECLARED
     154#ifdef PDMPCIDEVINT_DECLARED
    155155AssertCompile(RT_SIZEOFMEMB(PDMPCIDEV, Int.s) <= RT_SIZEOFMEMB(PDMPCIDEV, Int.padding));
    156156#endif
  • trunk/include/VBox/vmm/pdmpcidevint.h

    r64387 r64395  
    110110 * @sa PDMPCIDEV
    111111 */
    112 typedef struct PDMPCIDEVICEINT
     112typedef struct PDMPCIDEVINT
    113113{
    114114    /** @name Owned by PDM.
     
    205205    PCIIOREGION                     aIORegions[VBOX_PCI_NUM_REGIONS];
    206206    /** @}  */
    207 } PDMPCIDEVICEINT;
    208 AssertCompileMemberAlignment(PDMPCIDEVICEINT, aIORegions, 8);
    209 AssertCompileSize(PDMPCIDEVICEINT, HC_ARCH_BITS == 32 ? 264 : 384);
     207} PDMPCIDEVINT;
     208AssertCompileMemberAlignment(PDMPCIDEVINT, aIORegions, 8);
     209AssertCompileSize(PDMPCIDEVINT, HC_ARCH_BITS == 32 ? 264 : 384);
    210210
    211211/** Indicate that PDMPCIDEV::Int.s can be declared. */
    212 #define PDMPCIDEVICEINT_DECLARED
     212#define PDMPCIDEVINT_DECLARED
    213213
    214214/** @} */
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