diff options
Diffstat (limited to 'OvmfPkg/IoMmuDxe/AmdSevIoMmu.h')
-rw-r--r-- | OvmfPkg/IoMmuDxe/AmdSevIoMmu.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h b/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h index 0732029682..982e41a7b0 100644 --- a/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h +++ b/OvmfPkg/IoMmuDxe/AmdSevIoMmu.h @@ -1,9 +1,9 @@ /** @file
- The protocol provides support to allocate, free, map and umap a DMA buffer for
- bus master (e.g PciHostBridge). When SEV is enabled, the DMA operations must
- be performed on unencrypted buffer hence protocol clear the encryption bit
- from the DMA buffer.
+ The protocol provides support to allocate, free, map and umap a DMA buffer
+ for bus master (e.g PciHostBridge). When SEV is enabled, the DMA operations
+ must be performed on unencrypted buffer hence protocol clear the encryption
+ bit from the DMA buffer.
Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2017, AMD Inc. All rights reserved.<BR>
|