Changeset 4560 in vbox for trunk/include/VBox/pdmdev.h
- Timestamp:
- Sep 6, 2007 9:27:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmdev.h
r4558 r4560 2196 2196 PFNPDMTHREADWAKEUPDEV pfnWakeup, size_t cbStack, RTTHREADTYPE enmType, const char *pszName)); 2197 2197 2198 2199 2198 /** 2200 2199 * Convert a guest virtual address to a guest physical address. … … 3219 3218 3220 3219 /** 3220 * @copydoc PDMDEVHLP::pfnPhysGCPtr2GCPhys 3221 */ 3222 DECLINLINE(int) PDMDevHlpPhysGCPtr2GCPhys(PPDMDEVINS pDevIns, RTGCPTR GCPtr, PRTGCPHYS pGCPhys) 3223 { 3224 return pDevIns->pDevHlp->pfnPhysGCPtr2GCPhys(pDevIns, GCPtr, pGCPhys); 3225 } 3226 3227 /** 3221 3228 * @copydoc PDMDEVHLP::pfnA20Set 3222 3229 */
Note:
See TracChangeset
for help on using the changeset viewer.