]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/VirtioGpuDxe/VirtioGpu.h
BaseTools: add centralized location for git config files
[mirror_edk2.git] / OvmfPkg / VirtioGpuDxe / VirtioGpu.h
index 65b1bd6088b8890da05f067b27cc8f27a5f3de63..c32052d83a823acd5f6b990a2bdadeb689ce3008 100644 (file)
@@ -4,13 +4,7 @@
 \r
   Copyright (C) 2016, 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
@@ -150,6 +144,13 @@ struct VGPU_GOP_STRUCT {
   //\r
   UINT32                               *BackingStore;\r
   UINTN                                NumberOfPages;\r
+\r
+  //\r
+  // Token associated with BackingStore's mapping for bus master common\r
+  // buffer operation. BackingStoreMap is valid if, and only if,\r
+  // BackingStore is non-NULL.\r
+  //\r
+  VOID                                 *BackingStoreMap;\r
 };\r
 \r
 //\r