]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.h
MdeModulePkg/EmmcBlockIoPei: Support IoMmu
[mirror_edk2.git] / MdeModulePkg / Bus / Sd / EmmcBlockIoPei / EmmcHcMem.h
index af0c93c61081823bc39cd611d4616f62c152539a..026064479e0db6729a4182c21a783f230de949c7 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2017, 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
@@ -27,7 +27,9 @@ struct _EMMC_PEIM_MEM_BLOCK {
   UINT8                   *Bits;    // Bit array to record which unit is allocated\r
   UINTN                   BitsLen;\r
   UINT8                   *Buf;\r
+  UINT8                   *BufHost;\r
   UINTN                   BufLen;   // Memory size in bytes\r
+  VOID                    *Mapping;\r
   EMMC_PEIM_MEM_BLOCK     *Next;\r
 };\r
 \r