Changeset 12970 in vbox for trunk/include/VBox/pdmins.h
- Timestamp:
- Oct 3, 2008 7:04:11 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37403
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmins.h
r12653 r12970 53 53 * Converts a PDM Device, USB Device, or Driver instance pointer to a RC pointer to the instance data. 54 54 */ 55 #define PDMINS_2_DATA_RCPTR(pIns) ( (pIns)->pvInstanceData GC )55 #define PDMINS_2_DATA_RCPTR(pIns) ( (pIns)->pvInstanceDataRC ) 56 56 57 57 /** @def PDMINS_2_DATA_R3PTR
Note:
See TracChangeset
for help on using the changeset viewer.