Changeset 84820 in vbox
- Timestamp:
- Jun 12, 2020 8:17:11 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.h
r84819 r84820 17 17 */ 18 18 19 #ifndef VBOX_INCLUDED_SRC_VirtIO_Virtio _1_0_h20 #define VBOX_INCLUDED_SRC_VirtIO_Virtio _1_0_h19 #ifndef VBOX_INCLUDED_SRC_VirtIO_VirtioCore_h 20 #define VBOX_INCLUDED_SRC_VirtIO_VirtioCore_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 552 552 PPVIRTQBUF ppVirtqBuf, bool fRemove); 553 553 554 555 554 /** 556 555 * Fetches a specific descriptor chain using avail ring of indicated queue and converts the descriptor … … 576 575 * @retval VERR_NOT_AVAILABLE If the queue is empty. 577 576 */ 578 579 577 int virtioCoreR3VirtqBufGet(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t uVirtqNbr, 580 578 uint16_t uHeadIdx, PPVIRTQBUF ppVirtqBuf); … … 614 612 * caller must take care of that. 615 613 */ 616 617 614 int virtioCoreR3VirtqBufPut(PPDMDEVINS pDevIns, PVIRTIOCORE pVirtio, uint16_t uVirtqNbr, PRTSGBUF pSgVirtReturn, 618 615 PVIRTQBUF pVirtqBuf, bool fFence); … … 792 789 793 790 794 #endif /* !VBOX_INCLUDED_SRC_VirtIO_Virtio _1_0_h */791 #endif /* !VBOX_INCLUDED_SRC_VirtIO_VirtioCore_h */
Note:
See TracChangeset
for help on using the changeset viewer.

