VirtualBox

Changeset 428 in vbox for trunk/src


Ignore:
Timestamp:
Jan 30, 2007 9:42:40 AM (18 years ago)
Author:
vboxsync
Message:

Update definitions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/PIIX3ATABmDma.h

    r1 r428  
    6565
    6666
     67/** PIIX3 Bus Master DMA descriptor entry. */
     68typedef struct BMDMADesc {
     69    /** Address of the DMA source/target buffer. */
     70    RTGCPHYS pBuffer;
     71    /** Size of the DMA source/target buffer. */
     72    uint32_t cbBuffer;
     73} BMDMADesc;
     74
    6775/** @} */
    6876
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