Changeset 50917 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 28, 2014 1:50:09 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93051
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmqueue.h
r44528 r50917 150 150 VMMDECL(RCPTRTYPE(PPDMQUEUE)) PDMQueueRCPtr(PPDMQUEUE pQueue); 151 151 VMMDECL(R0PTRTYPE(PPDMQUEUE)) PDMQueueR0Ptr(PPDMQUEUE pQueue); 152 VMMDECL(bool) PDMQueueFlushIfNecessary(PPDMQUEUE pQueue); 152 153 153 154 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.