Changeset 84353 in vbox for trunk/src/VBox
- Timestamp:
- May 19, 2020 5:37:05 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp
r84352 r84353 245 245 #endif 246 246 247 248 #ifdef IN_RING3 247 249 DECLINLINE(uint16_t) virtioReadUsedRingFlags(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue) 248 250 { … … 255 257 } 256 258 257 #ifdef IN_RING3258 259 DECLINLINE(void) virtioWriteUsedAvailEvent(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t idxQueue, uint32_t uAvailEventIdx) 259 260 {
Note:
See TracChangeset
for help on using the changeset viewer.