- Timestamp:
- Nov 23, 2019 11:20:22 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134946
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r82135 r82136 1641 1641 } 1642 1642 } 1643 1644 #ifdef IN_RING31645 1646 static DECLCALLBACK(bool) pcnetCanRxQueueConsumer(PPDMDEVINS pDevIns, PPDMQUEUEITEMCORE pItem)1647 {1648 RT_NOREF(pItem);1649 pcnetWakeupReceive(pDevIns);1650 return true;1651 }1652 1653 #endif /* IN_RING3 */1654 1655 1643 1656 1644 /**
Note:
See TracChangeset
for help on using the changeset viewer.