Changeset 332 in vbox for trunk/include/VBox
- Timestamp:
- Jan 25, 2007 8:49:05 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdm.h
r255 r332 5689 5689 5690 5690 /** 5691 * @copydoc PDMDEVHLP::pfnGetVM 5692 */ 5693 DECLINLINE(PVM) PDMDevHlpGetVM(PPDMDEVINS pDevIns) 5694 { 5695 return pDevIns->pDevHlp->pfnGetVM(pDevIns); 5696 } 5697 5698 /** 5691 5699 * @copydoc PDMDEVHLP::pfnPhysReadGCVirt 5692 5700 */
Note:
See TracChangeset
for help on using the changeset viewer.