]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/VirtioBlkDxe/VirtioBlk.h
UefiCpuPkg CpuCommFeaturesLib: Fix GP fault issue about ProcTrace
[mirror_edk2.git] / OvmfPkg / VirtioBlkDxe / VirtioBlk.h
index 6c402ca88ea4727b41f6d64c55673c221f11377b..efbbe2162fcde33553b6b8ee8b78ed418c85ab27 100644 (file)
@@ -5,13 +5,7 @@
 \r
   Copyright (C) 2012, Red Hat, Inc.\r
 \r
-  This program and the accompanying materials are licensed and made available\r
-  under the terms and conditions of the BSD License which accompanies this\r
-  distribution. The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
-  WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -41,6 +35,7 @@ typedef struct {
   VRING                  Ring;                 // VirtioRingInit      2\r
   EFI_BLOCK_IO_PROTOCOL  BlockIo;              // VirtioBlkInit       1\r
   EFI_BLOCK_IO_MEDIA     BlockIoMedia;         // VirtioBlkInit       1\r
+  VOID                   *RingMap;             // VirtioRingMap       2\r
 } VBLK_DEV;\r
 \r
 #define VIRTIO_BLK_FROM_BLOCK_IO(BlockIoPointer) \\r