Cc: Ard Biesheuvel <[email protected]>
Cc: Jordan Justen <[email protected]>
Cc: Tom Lendacky <[email protected]>
Cc: Laszlo Ersek <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Brijesh Singh <[email protected]>
---
OvmfPkg/Include/Protocol/VirtioDevice.h | 22 +++++++++++++-------
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/OvmfPkg/Include/Protocol/VirtioDevice.h
b/OvmfPkg/Include/Protocol/VirtioDevice.h
index 910a4866e7ac..edb20c18822c 100644
--- a/OvmfPkg/Include/Protocol/VirtioDevice.h
+++ b/OvmfPkg/Include/Protocol/VirtioDevice.h
@@ -320,16 +320,22 @@ EFI_STATUS
);
-///
-/// This protocol provides an abstraction over the VirtIo transport layer
-///
-/// DISCLAIMER: this protocol is a work in progress, and should not be used
-/// outside of the EDK II tree.
-///
+/**
+
+ This protocol provides an abstraction over the VirtIo transport layer
+
+ DISCLAIMER: this protocol is a work in progress, and should not be used
+ outside of the EDK II tree.
+**/
+
struct _VIRTIO_DEVICE_PROTOCOL {
- /// VirtIo Specification Revision encoded with VIRTIO_SPEC_REVISION()
+ //
+ // VirtIo Specification Revision encoded with VIRTIO_SPEC_REVISION()
+ //
UINT32 Revision;
- /// From the Virtio Spec
+ //
+ // From the Virtio Spec
+ //
INT32 SubSystemDeviceId;
VIRTIO_GET_DEVICE_FEATURES GetDeviceFeatures;
--
2.7.4
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel