Changeset 45702 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 24, 2013 2:26:31 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85248
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r45645 r45702 5201 5201 } 5202 5202 5203 /* 5203 /** 5204 5204 * @copydoc PDMDEVHLPR3::pfnGetSupDrvSession 5205 5205 */ … … 5208 5208 return pDevIns->pHlpR3->pfnGetSupDrvSession(pDevIns); 5209 5209 } 5210 5210 5211 #endif /* IN_RING3 */ 5211 5212 #ifdef IN_RING0
Note:
See TracChangeset
for help on using the changeset viewer.