VirtualBox

Changeset 25993 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 25, 2010 11:04:09 AM (15 years ago)
Author:
vboxsync
Message:

DrvIntNet.cpp: Preparing for R0/RC.

File:
1 edited

Legend:

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

    r25832 r25993  
    340340/** Pointer to a pointer to a PDM Driver Instance. */
    341341typedef PPDMDRVINS *PPPDMDRVINS;
     342/** R3 pointer to a PDM Driver Instance. */
     343typedef R3PTRTYPE(PPDMDRVINS) PPDMDRVINSR3;
     344/** R0 pointer to a PDM Driver Instance. */
     345typedef R0PTRTYPE(PPDMDRVINS) PPDMDRVINSR0;
     346/** RC pointer to a PDM Driver Instance. */
     347typedef RCPTRTYPE(PPDMDRVINS) PPDMDRVINSRC;
    342348
    343349/** Pointer to a PDM Service Instance. */
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