]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.h
MdeModulePkg/SdBlockIoPei: Support IoMmu
[mirror_edk2.git] / MdeModulePkg / Bus / Sd / SdBlockIoPei / SdHcMem.h
index 096b625f98809f24be010ff538a65233d8f9864e..e29363168054be7e67577368e79bbb2ae234b17f 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 _SD_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
   SD_PEIM_MEM_BLOCK       *Next;\r
 };\r
 \r