Changeset 35855 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 4, 2011 5:02:44 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69856
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vmm.h
r35361 r35855 376 376 /** Call IntNetR0IfAbortWait(). */ 377 377 VMMR0_DO_INTNET_IF_ABORT_WAIT, 378 379 /** Forward call to the PCI driver */ 380 VMMR0_DO_PCIRAW_REQ, 381 378 382 /** The end of the R0 service operations. */ 379 383 VMMR0_DO_SRV_END, … … 456 460 457 461 #endif 458
Note:
See TracChangeset
for help on using the changeset viewer.