]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHcMem.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Ufs / UfsBlockIoPei / UfsHcMem.h
index 3c4b2407c8c997f87d4c853f448e3832d4e2e910..b47d05a1a5ed81cd2eef88a0e58a74327c93b6d0 100644 (file)
@@ -1,15 +1,8 @@
 /** @file\r
 \r
-Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
-  \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions\r
-of the BSD License which accompanies this distribution.  The\r
-full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
+Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -25,9 +18,11 @@ typedef struct _UFS_PEIM_MEM_BLOCK UFS_PEIM_MEM_BLOCK;
 \r
 struct _UFS_PEIM_MEM_BLOCK {\r
   UINT8                   *Bits;    // Bit array to record which unit is allocated\r
-  UINTN                   BitsLen; \r
+  UINTN                   BitsLen;\r
   UINT8                   *Buf;\r
+  UINT8                   *BufHost;\r
   UINTN                   BufLen;   // Memory size in bytes\r
+  VOID                    *Mapping;\r
   UFS_PEIM_MEM_BLOCK      *Next;\r
 };\r
 \r