Changeset 37425 in vbox
- Timestamp:
- Jun 12, 2011 7:33:00 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72224
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IOMInline.h
r37424 r37425 85 85 } 86 86 87 87 88 #ifdef VBOX_STRICT 88 89 /** -
trunk/src/VBox/VMM/include/IOMInternal.h
r37424 r37425 419 419 420 420 #ifdef IN_RING3 421 PIOMIOPORTSTATS iomR3IOPortStatsCreate(PVM pVM, RTIOPORT Port, const char *pszDesc);422 PIOMMMIOSTATS iomR3MMIOStatsCreate(PVM pVM, RTGCPHYS GCPhys, const char *pszDesc);421 PIOMIOPORTSTATS iomR3IOPortStatsCreate(PVM pVM, RTIOPORT Port, const char *pszDesc); 422 PIOMMMIOSTATS iomR3MMIOStatsCreate(PVM pVM, RTGCPHYS GCPhys, const char *pszDesc); 423 423 #endif /* IN_RING3 */ 424 424 425 VMMDECL(int) IOMMMIOHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, RTGCPHYS GCPhysFault, void *pvUser); 425 VMMDECL(int) IOMMMIOHandler(PVM pVM, RTGCUINT uErrorCode, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, 426 RTGCPHYS GCPhysFault, void *pvUser); 426 427 #ifdef IN_RING3 427 DECLCALLBACK(int) IOMR3MMIOHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, PGMACCESSTYPE enmAccessType, void *pvUser); 428 DECLCALLBACK(int) IOMR3MMIOHandler(PVM pVM, RTGCPHYS GCPhys, void *pvPhys, void *pvBuf, size_t cbBuf, 429 PGMACCESSTYPE enmAccessType, void *pvUser); 428 430 #endif 429 431 … … 446 448 /** @} */ 447 449 448 #endif /* ___IOMInternal_h */ 450 #endif /* !___IOMInternal_h */ 451
Note:
See TracChangeset
for help on using the changeset viewer.